Skip to content

Commit 55bcb48

Browse files
authored
Update build.yml
1 parent 6586386 commit 55bcb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Install apt dependencies (need for Windows build)
4747
run: |
48-
apt update && sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib
48+
apt update && apt install --no-install-recommends -y wine mono gcc-multilib g++-multilib
4949
- uses: actions/checkout@v2
5050
- name: Setup Node.js environment
5151
uses: actions/[email protected]

0 commit comments

Comments
 (0)