We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2e450 commit a3ec5b7Copy full SHA for a3ec5b7
.github/workflows/ci.yaml
@@ -51,8 +51,8 @@ jobs:
51
ssh-key: ${{ secrets.SSH_KEY }}
52
- uses: actions/checkout@v5
53
with:
54
- path: "pybind11"
55
- repository: "PickNikRobotics/pybind11"
+ path: "picknik_pybind11"
+ repository: "PickNikRobotics/picknik_pybind11"
56
submodules: recursive
57
ssh-key: ${{ secrets.PYBIND_SSH_KEY }}
58
- name: Cache ccache
0 commit comments