forked from RetroTournaments/Graphite
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AviiNL
committed
Sep 10, 2023
1 parent
1afb643
commit 03f3d34
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|