Skip to content

Commit

Permalink
Better fix multiline commands in action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed May 7, 2024
1 parent 13cb841 commit 290b205
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tangle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ jobs:
- name: Configure CMake
run: >
cmake
-S "${{ matrix.tangle-root }}"
-B ${{github.workspace}}/build
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
-DGLFW_BUILD_WAYLAND=OFF
-S "${{ matrix.tangle-root }}"
-B ${{github.workspace}}/build
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
-DGLFW_BUILD_WAYLAND=OFF
- name: Build
run: >
cmake
--build ${{github.workspace}}/build
--config ${{env.BUILD_TYPE}}
--build ${{github.workspace}}/build
--config ${{env.BUILD_TYPE}}

0 comments on commit 290b205

Please sign in to comment.