We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2520d commit 1ee5094Copy full SHA for 1ee5094
.github/workflows/ci.yml
@@ -133,12 +133,12 @@ jobs:
133
submodules: true
134
fetch-depth: 0
135
136
- - name: Fix libsc to a specific version
+ - name: Fix libsc to specific version
137
shell: bash
138
run: |
139
cd sc
140
git fetch --tags
141
- git checkout v2.8.4
+ git checkout v2.8.5
142
143
- name: Run bootstrap script
144
run: ./bootstrap
0 commit comments