We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f314c7b commit 79a893dCopy full SHA for 79a893d
.github/workflows/build.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
with:
27
submodules: recursive
28
+ ssh-key: ${{ CHECKOUT_SSH_KEY || '' }}
29
30
- name: Install Conan
31
uses: conan-io/setup-conan@v1
0 commit comments