ci: Fix MacOS CMake Python

This commit is contained in:
Mizux Seiha
2023-10-19 18:06:23 +02:00
committed by Corentin Le Molgat
parent ae8bb2dd23
commit dd6c68bb62

View File

@@ -32,7 +32,9 @@ jobs:
with:
python-version: ${{ matrix.python.version }}
- name: Update Path
run: echo "$HOME/Library/Python/${{ matrix.python.version }}/bin" >> $GITHUB_PATH
run: |
echo "$HOME/Library/Python/${{ matrix.python.version }}/bin" >> $GITHUB_PATH
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Check cmake
run: cmake --version
- name: Configure