Skip to content

Commit

Permalink
Split commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 24, 2024
1 parent a2b6949 commit 44b3810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
steps:
- uses: actions/checkout@v4
- run: cmake . && cmake --build . && ctest -V
- run: cmake .
- run: cmake --build .
- run: ctest -V

0 comments on commit 44b3810

Please sign in to comment.