Skip to content

Commit

Permalink
fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Nov 30, 2024
1 parent 16d4c9c commit 83a142d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,7 @@ jobs:
working-directory: ${{ github.workspace }}
id: runcmake
run: |
pwd
cmake -B "build/${{ matrix.config.build_dir }}" \
-G "${{ matrix.generators }}" \
-DCMAKE_BUILD_TYPE="${{ matrix.build_type }}" \
-DCMAKE_C_COMPILER=${{ matrix.config.cc }} \
-DCMAKE_CXX_COMPILER=${{ matrix.config.cxx }}
pwd
cmake -B "build/${{ matrix.config.build_dir }}" -G "${{ matrix.generators }}" -DCMAKE_BUILD_TYPE="${{ matrix.build_type }}" -DCMAKE_C_COMPILER=${{ matrix.config.cc }} -DCMAKE_CXX_COMPILER=${{ matrix.config.cxx }}
- name: Build
working-directory: ${{ github.workspace }}
id: runcmakebuild
Expand Down

0 comments on commit 83a142d

Please sign in to comment.