Skip to content

Commit

Permalink
ci: revert - need to specify source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed May 7, 2024
1 parent 46213c1 commit 4199dcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Configure build
working-directory: ${{runner.workspace}}
run: |
cmake -B build \
cmake -B build -S asap_app_imgui \
-D CMAKE_BUILD_TYPE=${{matrix.build_type}} \
-G "${{ matrix.generator }}" \
-D USE_CCACHE=ON \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Configure build
working-directory: ${{runner.workspace}}
run: |
cmake -B build \
cmake -B build -S asap_app_imgui \
-D CMAKE_BUILD_TYPE=${{matrix.build_type}} \
-G Ninja \
-D CMAKE_MAKE_PROGRAM=ninja \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Configure build
working-directory: ${{runner.workspace}}
run: |
cmake -B build `
cmake -B build -S asap_app_imgui `
-D CMAKE_BUILD_TYPE=${{matrix.build_type}} `
-G "${{ matrix.generator }}" `
-D USE_CCACHE=ON `
Expand Down

0 comments on commit 4199dcf

Please sign in to comment.