Skip to content

Commit

Permalink
Use the correct build directory for tests on mac
Browse files Browse the repository at this point in the history
Since I don't know the full name, I'm just assuming it starts with build.
  • Loading branch information
lmoureaux committed Dec 30, 2023
1 parent 58d5d06 commit e908c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
buildPreset: 'fullrelease-macos'
- name: Test
run: |
cmake --build build --target test
cmake --build build* --target test
- name: Split Branch Name
env:
BRANCH: ${{github.ref_name}}
Expand Down

0 comments on commit e908c64

Please sign in to comment.