Skip to content

Commit

Permalink
CMake build on macos should use Python 3.9... (eclipse-ecal#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller authored Nov 16, 2022
1 parent 9205adc commit bf85396
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

steps:
- name: Downgrade Python version
uses: actions/setup-python@v2
uses: actions/setup-python@v4
id: cp39
with:
python-version: '3.9'

Expand Down Expand Up @@ -85,7 +86,9 @@ jobs:
-DECAL_THIRDPARTY_BUILD_QWT=ON \
-DECAL_THIRDPARTY_BUILD_YAML-CPP=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_STANDARD=14
-DCMAKE_CXX_STANDARD=14 \
-DPython_FIND_STRATEGY=LOCATION \
-DPython_FIND_REGISTRY=NEVER
sudo mkdir /etc/ecal
sudo cp "$GITHUB_WORKSPACE/ecal/core/cfg/ecal.ini" /etc/ecal
shell: bash
Expand Down

0 comments on commit bf85396

Please sign in to comment.