ci: Fix linux Python job

This commit is contained in:
Mizux Seiha
2020-09-23 13:30:48 +02:00
parent c54ebae363
commit 02fa2f6691

View File

@@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install python3 venv
run: sudo apt-get install python3-venv
- name: Check cmake
run: cmake --version
- name: Swig install