Skip to content

Commit

Permalink
Remove line preventing linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaivel committed Dec 3, 2023
1 parent 44adae8 commit 4d103f7
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 @@ -41,13 +41,13 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
# removed -DCMAKE_GENERATOR_PLATFORM=${{ matrix.arch }}
- name: Configure CMake
run: >
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_GENERATOR_PLATFORM=${{ matrix.arch }}
-S ${{ github.workspace }}
- name: Build
Expand Down

0 comments on commit 4d103f7

Please sign in to comment.