Skip to content

Commit

Permalink
Fix the CI for meson: Attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mid-kid committed Jul 26, 2023
1 parent 01be720 commit 801aee6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
steps:
- name: Update and Install Software
run: |
mkdir -pm755 /etc/apt/keyrings
wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-$(lsb_release -cs).sources
dpkg --add-architecture i386
apt-get update -y
apt-get upgrade -y
apt-get install -y --install-recommends winehq-stable
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/jammy/winehq-$(lsb_release -cs).sources
sudo dpkg --add-architecture i386
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install -y --install-recommends winehq-stable
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 801aee6

Please sign in to comment.