Skip to content

Commit f59d5ef

Browse files
mrc0mmandbluca
authored andcommitted
ci: update repos before installing packages
1 parent 0040046 commit f59d5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Repository checkout
2121
uses: actions/checkout@v2
2222
- name: Install dependencies
23-
run: sudo apt -y install binutils python3-pytest python3-simplejson devscripts
23+
run: sudo apt -y update && sudo apt -y install binutils python3-pytest python3-simplejson devscripts
2424
- name: Run python tests
2525
run: python3 -m pytest -v
2626
- name: Run shell tests

0 commit comments

Comments
 (0)