Skip to content

Commit 7bedb86

Browse files
authored
Update build.yml
1 parent fc17188 commit 7bedb86

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ jobs:
4444
restore-keys: |
4545
${{ runner.os }}-electron-builder-cache-
4646
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
47+
- name: Install deps
48+
run: sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib || true
5049
- uses: actions/checkout@v2
5150
- name: Setup Node.js environment
5251
uses: actions/[email protected]

0 commit comments

Comments
 (0)