Skip to content

Commit 53dc55f

Browse files
Update main.yml
1 parent 7e677ed commit 53dc55f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
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
19+
with:
20+
submodules: recursive
2521

2622
- name: Compile and package
2723
run: |

0 commit comments

Comments
 (0)