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 d1fc0fe commit fc17188Copy full SHA for fc17188
.github/workflows/build.yml
@@ -45,9 +45,8 @@ jobs:
45
${{ runner.os }}-electron-builder-cache-
46
47
- name: Install apt dependencies (need for Windows build)
48
- run: |
49
- sudo apt-get update
50
- sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib || true
+ shell: bash
+ run: sudo apt-get update && 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