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.
1 parent 14d1046 commit 9676b25Copy full SHA for 9676b25
.github/workflows/build.yml
@@ -47,8 +47,8 @@ jobs:
47
- name: Install deps
48
run: |
49
sudo dpkg --add-architecture i386
50
- sudo apt update
51
- sudo apt install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib
+ sudo apt-get update
+ sudo apt-get install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib
52
- uses: actions/checkout@v2
53
- name: Setup Node.js environment
54
uses: actions/[email protected]
0 commit comments