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