Skip to content

Commit 1c61b6f

Browse files
committed
ci: use apt update before apt install in cross_ci.yml, to make the linux job more robust
1 parent c2e27ef commit 1c61b6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cross_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565

6666
- name: Install dependencies
6767
run: |
68+
./v retry -- sudo apt update -y -qq
6869
./v retry -- sudo apt install --quiet -y mingw-w64 wine wine64 winetricks libssl-dev sqlite3 libsqlite3-dev
6970
7071
- name: Show diagnostics for wine

0 commit comments

Comments
 (0)