We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt update
apt install
1 parent c2e27ef commit 1c61b6fCopy full SHA for 1c61b6f
1 file changed
.github/workflows/cross_ci.yml
@@ -65,6 +65,7 @@ jobs:
65
66
- name: Install dependencies
67
run: |
68
+ ./v retry -- sudo apt update -y -qq
69
./v retry -- sudo apt install --quiet -y mingw-w64 wine wine64 winetricks libssl-dev sqlite3 libsqlite3-dev
70
71
- name: Show diagnostics for wine
0 commit comments