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 bc36d34 commit d8e3acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debugci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install mingw
run: choco install mingw --Version 11.2.0.07112021
run: choco install mingw
- name: npm
run: |
npm ci
npm run-script package-win
- name: cmake
run: |
$env:Path = "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;" + $env:Path
$env:Path = "C:\ProgramData\mingw64\mingw64\bin;" + $env:Path
git submodule update --init --recursive
mkdir bin
mkdir bin/debug
Expand Down

0 comments on commit d8e3acf

Please sign in to comment.