Skip to content

Commit 8bd6844

Browse files
authored
Update test_vectors.yml
This PR is intended to fix the mirror+file 404s that started [showing up in CI](https://github.com/zcash/zcash-test-vectors/actions/runs/17371436288/job/49407384424#step:3:94). `apt-get update` seemed the simplest place to start. Open to other ideas!
1 parent 734b9b1 commit 8bd6844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_vectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323

2424
- name: Install gnome-keyring
25-
run: sudo apt-get install gnome-keyring
25+
run: sudo apt-get update; sudo apt-get install gnome-keyring
2626

2727
- name: Install poetry
2828
run: pip install --user poetry

0 commit comments

Comments
 (0)