Skip to content

Commit c4b625c

Browse files
authored
Update build.yml
1 parent 4c565dc commit c4b625c

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
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Install apt dependencies (need for Windows build)
4848
run: |
49-
apt-get update && apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib
49+
sudo apt-get update && sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib
5050
- uses: actions/checkout@v2
5151
- name: Setup Node.js environment
5252
uses: actions/[email protected]

0 commit comments

Comments
 (0)