Skip to content

Commit fc17188

Browse files
authored
Update build.yml
1 parent d1fc0fe commit fc17188

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
@@ -45,9 +45,8 @@ jobs:
4545
${{ runner.os }}-electron-builder-cache-
4646
4747
- 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
48+
shell: bash
49+
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib || true
5150
- uses: actions/checkout@v2
5251
- name: Setup Node.js environment
5352
uses: actions/[email protected]

0 commit comments

Comments
 (0)