We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a6a16 commit 2e490deCopy full SHA for 2e490de
.github/workflows/ci.yml
@@ -76,12 +76,12 @@ jobs:
76
uses: actions/checkout@v3
77
with:
78
submodules: true
79
- - name: Fix libsc to version 2.3.5
+ - name: Fix libsc to specific version
80
shell: bash
81
run: |
82
cd sc
83
git fetch --tags
84
- git checkout v2.3.5
+ git checkout v2.3.6
85
- name: Run bootstrap script
86
run: ./bootstrap
87
- name: Install libsc with debug, without LAPACK and shared
0 commit comments