Skip to content

Commit

Permalink
Merge pull request #358 from bcgov/fix-desk-app-wf
Browse files Browse the repository at this point in the history
Specifies shell for wine install.
  • Loading branch information
Bottle7 authored Nov 28, 2024
2 parents 0f0638d + 4652056 commit 9d5f8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/desktop-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
# Install wine to build windows artifact
- name: Install wine for windows build
if: ${{ matrix.os == 'windows-latest' }}
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends wine-stable wine64 libwine
Expand Down

0 comments on commit 9d5f8c9

Please sign in to comment.