Skip to content

Commit

Permalink
Update libsc to latest develop
Browse files Browse the repository at this point in the history
To make sure that even the install-CI picks up the latest changes
in the sc submodule, we hardcode its hash ID in the CI script.
  • Loading branch information
cburstedde committed Jul 21, 2024
1 parent d3677fb commit 53d19da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
cd sc
git fetch --tags
git checkout v2.8.6
# git checkout -b test-branch 54f6d03f3d28de117884e60bb1ef4063ddabd3f9
git checkout -b test-branch a5ec74a32dc32f83be3effa4e169839bf40db28a
- name: Run bootstrap script
run: ./bootstrap
Expand Down

0 comments on commit 53d19da

Please sign in to comment.