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 c4b625c commit d1fc0feCopy full SHA for d1fc0fe
.github/workflows/build.yml
@@ -46,7 +46,8 @@ jobs:
46
47
- name: Install apt dependencies (need for Windows build)
48
run: |
49
- sudo apt-get update && sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib
+ sudo apt-get update
50
+ sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib || true
51
- uses: actions/checkout@v2
52
- name: Setup Node.js environment
53
uses: actions/[email protected]
0 commit comments