We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0519aa0 commit 105f2c7Copy full SHA for 105f2c7
.github/workflows/ubuntu-build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install Dependencies
17
run: |
18
sudo apt-get update
19
- sudo apt-get -y install libboost-dev
+ sudo apt-get -y install libboost-dev cython3
20
21
- name: Create Build Directory
22
run: cmake -E make_directory ${{runner.workspace}}/build
0 commit comments