Skip to content

Commit

Permalink
sdadsd
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Aug 25, 2022
1 parent 00fecdc commit 45a39b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build_mingw:
strategy:
matrix:
os: [windows-2019, windows-2022]
os: [windows-2019]
arch: [x64] # TODO: fix x86 build?
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ test: all
./testrunner

check: all
./testrunner -q
gdb --batch --eval-command=run --eval-command="bt 50" --return-child-result --args ./testrunner -q

checkcfg: cppcheck validateCFG
./test/cfg/runtests.sh
Expand Down

0 comments on commit 45a39b1

Please sign in to comment.