Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 committed Feb 13, 2024
1 parent 4589430 commit f0c7e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debugci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm run-script package-win
- name: cmake
run: |
$env:Path = "C:\ProgramData\mingw64\mingw64\bin;" + $env:Path
$env:Path = "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;" + $env:Path
git submodule update --init --recursive
mkdir bin
mkdir bin/debug
Expand Down

0 comments on commit f0c7e1b

Please sign in to comment.