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 c65c283 commit 7f674dc
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 @@ -66,7 +66,7 @@ jobs:
mkdir -p build
cd build
cmake -DPY3LM_GITHUB_ACTIONS=1 -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DPY3LM_VERSION="${{ needs.setup.outputs.buildnumber }}" -DPY3LM_PACKAGE="py3lm-build-${{ needs.setup.outputs.buildnumber }}-windows-${{ env.GITHUB_SHA_SHORT }}" ..
cmake --build . --target py3-12-lang-module --config ${{ env.BUILD_TYPE }} -- /m:16
cmake --build . --target py3-12-lang-module --config ${{ env.BUILD_TYPE }} -- /m
- name: Clean build directory
shell: pwsh
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
mkdir -p build
cd build
cmake -DPY3LM_GITHUB_ACTIONS=1 -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DPY3LM_VERSION="${{ needs.setup.outputs.buildnumber }}" -DPY3LM_PACKAGE="py3lm-build-${{ needs.setup.outputs.buildnumber }}-linux-${{ env.GITHUB_SHA_SHORT }}" ..
cmake --build . --target py3-12-lang-module --config ${{ env.BUILD_TYPE }} -- -j16
cmake --build . --target py3-12-lang-module --config ${{ env.BUILD_TYPE }} -- -j
- name: Clean build directory
run: |
Expand Down

0 comments on commit 7f674dc

Please sign in to comment.