Skip to content

Commit

Permalink
Fix the CI for meson: Attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mid-kid committed Jul 26, 2023
1 parent 801aee6 commit 2a94eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo dpkg --add-architecture i386
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install -y --install-recommends winehq-stable
sudo apt-get install -y --install-recommends gcc meson winehq-stable
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 2a94eec

Please sign in to comment.