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 2d9315c commit d540222
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 }} -DDYNCALL_VERSION="${{ needs.setup.outputs.buildnumber }}" -DDYNCALL_PACKAGE="dyncall-build-${{ needs.setup.outputs.buildnumber }}-windows-${{ env.GITHUB_SHA_SHORT }}" ..
cmake --build . --target dync --config ${{ env.BUILD_TYPE }} -- /m:16
cmake --build . --target dync --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 }} -DDYNCALL_VERSION="${{ needs.setup.outputs.buildnumber }}" -DDYNCALL_PACKAGE="dyncall-build-${{ needs.setup.outputs.buildnumber }}-linux-${{ env.GITHUB_SHA_SHORT }}" ..
cmake --build . --target dync --config ${{ env.BUILD_TYPE }} -- -j16
cmake --build . --target dync --config ${{ env.BUILD_TYPE }} -- -j
- name: Clean build directory
run: |
Expand Down

0 comments on commit d540222

Please sign in to comment.