Skip to content

Commit

Permalink
windows ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Jun 10, 2024
1 parent 5b2ff15 commit f5f09c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ jobs:
# Runs a set of commands using the runners shell
- name: build library cpp20
run: |
python3 build.py -G Ninja -DMACORO_CPP_VER=20 -DMACORO_ASAN=true -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=ON -DMACORO_COMPILER_DEFINES=_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR
python3 build.py -G Ninja -DMACORO_CPP_VER=20 -DMACORO_ASAN=true -DCMAKE_BUILD_TYPE=Release -DMACORO_COMPILER_DEFINES=_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR
- name: unit test cpp20
run: |
./out/build/x64-RelWithDebInfo/frontend/macoroFrontend.exe -u
./out/build/x64-Release/frontend/macoroFrontend.exe -u
- name: find source tree
run: |
Expand Down

0 comments on commit f5f09c1

Please sign in to comment.