Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Udopia committed Feb 29, 2024
1 parent 003c98b commit 2e2046b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cmake -B ${{ github.workspace }}/build -S ${{ github.workspace }}

- name: Build
run: cmake -B ${{ github.workspace }}/build
run: cmake --build ${{ github.workspace }}/build

- name: Run tests
working-directory: ${{ github.workspace }}/build
Expand Down

0 comments on commit 2e2046b

Please sign in to comment.