Skip to content

Commit

Permalink
Check cmake-version
Browse files Browse the repository at this point in the history
  • Loading branch information
olszomal committed Nov 4, 2024
1 parent 0bad64b commit 5126d16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
if: runner.os == 'macOS'
uses: jwlawson/actions-setup-cmake@v2.0
with:
cmake-version: '3.17.0'
cmake-version: '3.19.0'

- name: Install python3 cryptography module (macOS)
if: runner.os == 'macOS'
Expand Down Expand Up @@ -186,7 +186,6 @@ jobs:
-S "${{ github.workspace }}" \
-B "${{ github.workspace }}/build" \
-DCMAKE_OSX_ARCHITECTURES=arm64 \
-DCMAKE_SYSTEM_PROCESSOR=arm64 \
-DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" \
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist" \
-DPython3_EXECUTABLE="${{ github.workspace }}/venv/bin/python"
Expand Down

0 comments on commit 5126d16

Please sign in to comment.