Skip to content

Commit

Permalink
edit release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Jun 20, 2023
1 parent a1b008d commit 5b010a7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ jobs:
node-version: 20
- if: matrix.os == 'ubuntu-latest'
run: |
# for Airplay dependency
sudo apt-get install libavahi-compat-libdnssd-dev
sudo apt-get install wine64
sudo apt-get install wine32
# for Build on Windows from Ubuntu
sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources
sudo apt update
sudo apt install --install-recommends winehq-devel
- name: install dependencies
run: yarn install
- name: publish
Expand Down

0 comments on commit 5b010a7

Please sign in to comment.