Skip to content

Commit 8441bb9

Browse files
author
Kyr Shatskyy
committed
workflows/dependencies: apt update
Update before bootstrap Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
1 parent 3ee9e44 commit 8441bb9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dependencies.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
cd ./virtualenv/lib/python*
3535
touch no-global-site-packages.txt
3636
working-directory: ./teuthology
37+
- name: Refresh system repos
38+
run: |
39+
sudo apt update -y
40+
sudo apt upgrade -y
3741
- name: Initial bootstrap
3842
run: ./bootstrap install
3943
working-directory: ./teuthology

0 commit comments

Comments
 (0)