Skip to content

Commit

Permalink
Update all.yml - fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sandordargo authored Oct 10, 2024
1 parent 83997e8 commit 7dd8d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Configure CMake
run: >
export BOOST_ROOT="${{ steps.boost.outputs.boost-output-dir }" && cmake -B ${{ steps.strings.outputs.build-output-dir }}
export BOOST_ROOT="${{ steps.boost.outputs.boost-output-dir }}" && cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-S ${{ github.workspace }}
Expand Down

0 comments on commit 7dd8d84

Please sign in to comment.