Skip to content

Commit

Permalink
Fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd committed Dec 4, 2023
1 parent 558b59c commit 632ef82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ jobs:
qtbase5-private-dev \
&& rm -rf /var/lib/apt/lists/*
- name: Install dependencies - part 4
- run: |
run: |
apt-get update && apt-get install -y \
stk \
wget \
file \
file \
libwine-dev \
libwine-dev:i386 \
wine64-tools \
Expand Down

0 comments on commit 632ef82

Please sign in to comment.