Skip to content

Commit

Permalink
better multi-platform-compiler support take9
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Dec 20, 2023
1 parent 6adcb9f commit 7258dee
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 @@ -80,7 +80,7 @@ jobs:
id: runcmake
run: |
cmake -S ${{ github.workspace }} \
-B "${{ runner.workspace }}/build/${{ runner.config.build_dir }}" \
-B ${{ runner.workspace }}/build/${{ runner.config.build_dir }} \
-G "${{ matrix.config.generators }}" \
-DCMAKE_BUILD_TYPE="${{ matrix.config.build_type }}" \
-DCMAKE_C_COMPILER=${{ matrix.config.cc }} \
Expand Down

0 comments on commit 7258dee

Please sign in to comment.