Skip to content

Commit d1fc0fe

Browse files
authored
Update build.yml
1 parent c4b625c commit d1fc0fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
4747
- name: Install apt dependencies (need for Windows build)
4848
run: |
49-
sudo apt-get update && sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib
49+
sudo apt-get update
50+
sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib || true
5051
- uses: actions/checkout@v2
5152
- name: Setup Node.js environment
5253
uses: actions/[email protected]

0 commit comments

Comments
 (0)