We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a3ae7 commit bd0b8c9Copy full SHA for bd0b8c9
.github/workflows/build_natives.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
submodules: 'recursive'
21
repository: ${{ env.REPOSITORY }}
22
- ref: v${{ inputs.natives-lib-version }}
+ ref: ${{ inputs.natives-lib-version }}
23
- name: Install Eigen
24
run: |
25
sudo apt-get update
0 commit comments