ci: Fix Linux and MacOS python github action jobs
This commit is contained in:
2
.github/workflows/linux_python.yml
vendored
2
.github/workflows/linux_python.yml
vendored
@@ -16,6 +16,8 @@ jobs:
|
||||
run: sudo apt install -y swig
|
||||
- name: Check swig
|
||||
run: swig -version
|
||||
- name: Update Path
|
||||
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
- name: Configure
|
||||
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_PYTHON=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user