Skip to content

Commit ead496e

Browse files
Apply checkout of SCION spexific commit to CI
1 parent b2b65c3 commit ead496e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
scion_commit=${scion_mod_version##*[ -]}
2525
git clone ${scion_repo} ~/scion
2626
cd ~/scion
27-
git checkout --quiet ${scion_commit}
27+
git checkout 5883c725f74830da9becb306a1fa5cfe2fa5017a # --quiet ${scion_commit}
2828
- name: Build SCION
2929
run: |
3030
# Log tool versions provided by CircleCi

0 commit comments

Comments
 (0)