Skip to content

Commit

Permalink
Update cmake-multiple-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka authored Sep 20, 2024
1 parent a95467b commit 4488163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multiple-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DDYNHOOK_VERSION="${{ needs.setup.outputs.buildnumber }}" -DDYNHOOK_PACKAGE="dynhook-build-${{ needs.setup.outputs.buildnumber }}-windows-${{ env.GITHUB_SHA_SHORT }}" ..
cmake --build . --target dynh --config ${{ env.BUILD_TYPE }} -- /m:16
cmake --build . --target dynh --config ${{ env.BUILD_TYPE }} -- /m
- name: Clean build directory
run: |
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DDYNHOOK_VERSION="${{ needs.setup.outputs.buildnumber }}" -DDYNHOOK_PACKAGE="dynhook-build-${{ needs.setup.outputs.buildnumber }}-linux-${{ env.GITHUB_SHA_SHORT }}" ..
cmake --build . --target dynh --config ${{ env.BUILD_TYPE }} -- -j16
cmake --build . --target dynh --config ${{ env.BUILD_TYPE }} -- -j
- name: Clean build directory
run: |
Expand Down

0 comments on commit 4488163

Please sign in to comment.