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 fc17188 commit 7bedb86Copy full SHA for 7bedb86
.github/workflows/build.yml
@@ -44,9 +44,8 @@ jobs:
44
restore-keys: |
45
${{ runner.os }}-electron-builder-cache-
46
47
- - name: Install apt dependencies (need for Windows build)
48
- shell: bash
49
- run: sudo apt-get update && sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib || true
+ - name: Install deps
+ run: sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib || true
50
- uses: actions/checkout@v2
51
- name: Setup Node.js environment
52
uses: actions/[email protected]
0 commit comments