Skip to content

Commit 9676b25

Browse files
authored
Update build.yml
1 parent 14d1046 commit 9676b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
- name: Install deps
4848
run: |
4949
sudo dpkg --add-architecture i386
50-
sudo apt update
51-
sudo apt install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib
50+
sudo apt-get update
51+
sudo apt-get install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib
5252
- uses: actions/checkout@v2
5353
- name: Setup Node.js environment
5454
uses: actions/[email protected]

0 commit comments

Comments
 (0)