Skip to content

Commit

Permalink
test SH-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainthery committed Jul 15, 2024
1 parent 48a3cf9 commit 25fd5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
mkdir Build
cd Build
cmake ..
cmake --build --parallel 8 .
cmake --build . --parallel 8
build-OsX:
name: 'On Mac'
Expand All @@ -28,7 +28,7 @@ jobs:
mkdir Build
cd Build
cmake ..
cmake --build --parallel 8 .
cmake --build . --parallel 8
build-windows:
Expand Down

0 comments on commit 25fd5d8

Please sign in to comment.