Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RealNeGate committed Jan 12, 2023
2 parents 9a91996 + 532cd64 commit 835f2ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
py build.py --opt && ninja
py build.py --opt x64 aarch64 wasm
timeout-minutes: 10

- name: upload artifacts
Expand All @@ -38,7 +38,7 @@ jobs:
run: git submodule update --init --recursive

- name: Build TB
run: py build.py --opt && ninja
run: py build.py --opt x64 aarch64 wasm
timeout-minutes: 10

- name: upload artifacts
Expand All @@ -58,7 +58,7 @@ jobs:
run: git submodule update --init --recursive

- name: Build TB
run: py build.py --opt && ninja
run: py build.py --opt x64 aarch64 wasm
timeout-minutes: 10

- name: upload artifacts
Expand Down

0 comments on commit 835f2ef

Please sign in to comment.