Skip to content

Commit 717f184

Browse files
committed
Run sudo apt update in CI
1 parent e693b4d commit 717f184

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
cargo install cargo-supply-chain || true
6060
cargo install group-runner || true
6161
62+
- name: Update
63+
if: ${{ runner.os == 'Linux' }}
64+
run: sudo apt update
65+
6266
- name: Install Bubblewrap
6367
if: ${{ runner.os == 'Linux' }}
6468
run: sudo apt install bubblewrap

0 commit comments

Comments
 (0)