Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolm authored Nov 9, 2023
1 parent d04df14 commit e15ac36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: cmake ${{github.workspace}}/tests/

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

- name: Test
working-directory: ${{github.workspace}}/tests/
Expand All @@ -35,7 +35,7 @@ jobs:
run: cmake ${{github.workspace}}/tests/

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

- name: Test
working-directory: ${{github.workspace}}/tests/
Expand All @@ -52,7 +52,7 @@ jobs:
run: cmake -B ${{github.workspace}}/tests/

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

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

0 comments on commit e15ac36

Please sign in to comment.