Skip to content

Commit 2e490de

Browse files
committed
Use libsc v2.3.6 in CI
1 parent 52a6a16 commit 2e490de

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
@@ -76,12 +76,12 @@ jobs:
7676
uses: actions/checkout@v3
7777
with:
7878
submodules: true
79-
- name: Fix libsc to version 2.3.5
79+
- name: Fix libsc to specific version
8080
shell: bash
8181
run: |
8282
cd sc
8383
git fetch --tags
84-
git checkout v2.3.5
84+
git checkout v2.3.6
8585
- name: Run bootstrap script
8686
run: ./bootstrap
8787
- name: Install libsc with debug, without LAPACK and shared

0 commit comments

Comments
 (0)