Skip to content

Commit

Permalink
better multi-platform-compiler support take 10
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Dec 20, 2023
1 parent 7258dee commit 90e5de4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,7 @@ jobs:
- name: Confiure
id: runcmake
run: |
cmake -S ${{ github.workspace }} \
-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 }} \
-DCMAKE_CXX_COMPILER=${{ matrix.config.cxx }}
cmake -S ${{ github.workspace }} -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 }} -DCMAKE_CXX_COMPILER=${{ matrix.config.cxx }}
- name: Build
id: runcmakebuild
run: |
Expand Down

0 comments on commit 90e5de4

Please sign in to comment.