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