Skip to content

Commit 1ee5094

Browse files
committed
Update libsc version in CI
1 parent 4b2520d commit 1ee5094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ jobs:
133133
submodules: true
134134
fetch-depth: 0
135135

136-
- name: Fix libsc to a specific version
136+
- name: Fix libsc to specific version
137137
shell: bash
138138
run: |
139139
cd sc
140140
git fetch --tags
141-
git checkout v2.8.4
141+
git checkout v2.8.5
142142
143143
- name: Run bootstrap script
144144
run: ./bootstrap

0 commit comments

Comments
 (0)