Skip to content

Commit

Permalink
ordering is important lol
Browse files Browse the repository at this point in the history
  • Loading branch information
AviiNL committed Sep 10, 2023
1 parent 1afb643 commit 03f3d34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/[email protected]

- name: install 7zip
run: |
choco install 7zip wget -y
- name: Install opencv
run: |
wget https://github.com/opencv/opencv/releases/download/4.8.0/opencv-4.8.0-windows.exe
7z x opencv-4.8.0-windows.exe -o$env:GITHUB_WORKSPACE/3rd/
- name: install 7zip
run: |
choco install 7zip wget -y
- name: Prepare build directory
run: |
mkdir $env:GITHUB_WORKSPACE/build
Expand Down

0 comments on commit 03f3d34

Please sign in to comment.