ci: Fix Linux and MacOS python github action jobs

This commit is contained in:
Mizux Seiha
2020-12-02 16:39:40 +01:00
parent dc6ee7f9ce
commit 61b892beea
2 changed files with 6 additions and 0 deletions

View File

@@ -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