Skip to content

Commit

Permalink
Trying to debug windows ci 2
Browse files Browse the repository at this point in the history
Bench: 2134743
  • Loading branch information
SzilBalazs committed Aug 17, 2023
1 parent c756b1b commit 0dd2aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build WhiteCore
run: |
clang++ --version
make EXE=WhiteCore-${{matrix.arch}}${{matrix.suffix}} ARCH=${{matrix.arch}} build=debug
make EXE=WhiteCore-${{matrix.arch}}${{matrix.suffix}} ARCH=${{matrix.arch}}
- name: Run tests
run: ./WhiteCore-${{matrix.arch}}${{matrix.suffix}} test
Expand Down

0 comments on commit 0dd2aa5

Please sign in to comment.