Skip to content

Commit

Permalink
don't run build.sh with -e
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Govers <[email protected]>
  • Loading branch information
mgovers committed Aug 19, 2024
1 parent 9c76d70 commit 05fb3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
brew install boost eigen nlohmann-json msgpack-cxx doctest
- name: Build and test
run: ./build.sh -p ${{ env.PRESET }} -e -i -t
run: ./build.sh -p ${{ env.PRESET }} -i

build-cpp-test-windows:
runs-on: windows-latest
Expand Down

0 comments on commit 05fb3d0

Please sign in to comment.