Skip to content

Commit

Permalink
reordered
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Oct 24, 2023
1 parent c5f242b commit d77cd39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -81,10 +85,6 @@ jobs:
submodules: 'true'
ref: 'master'

- name: System info
uses: actions/checkout@v4
uses: ./actions/system_info

#
# Dependencies
#
Expand Down

0 comments on commit d77cd39

Please sign in to comment.