From d77cd399342d3c2da35b9fe7e3d64e1b4557ea83 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Tue, 24 Oct 2023 14:17:45 +0200 Subject: [PATCH] reordered --- .github/workflows/linux.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 89bc33847587d3..ce2284ef1786f3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -67,6 +67,10 @@ jobs: apt-get update apt-get install --assume-yes --no-install-recommends git ca-certificates + # Print system info + - uses: actions/checkout@v4 + - uses: ./actions/system_info + - name: Clone OpenVINO uses: actions/checkout@v4 with: @@ -81,10 +85,6 @@ jobs: submodules: 'true' ref: 'master' - - name: System info - uses: actions/checkout@v4 - uses: ./actions/system_info - # # Dependencies #