Skip to content

Commit 7e677ed

Browse files
Update main.yml
1 parent 936e2d9 commit 7e677ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919

20+
- name: Install pybind11
21+
run: |
22+
wget https://github.com/pybind/pybind11/archive/v2.1.1.tar.gz
23+
tar -xvf v2.1.1.tar.gz
24+
mv -r pybind11-2.1.1 ./lib/pybind11
25+
2026
- name: Compile and package
2127
run: |
2228
sudo python3 ./setup.py install

0 commit comments

Comments
 (0)