Skip to content

Commit

Permalink
Revert some changes; Fix SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd committed Dec 6, 2023
1 parent cbaf20b commit f1c1199
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- name: Install wine
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -f -y libc6-dev-i386 libwine-dev libwine-dev:i386
- name: Set up dpkg architecture
run: sudo dpkg --add-architecture i386
- name: Install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand All @@ -49,10 +46,12 @@ jobs:
libogg-dev
libqt5x11extras5-dev
libsamplerate0-dev
libsdl-dev
libsdl2-dev
libsndfile1-dev
libstk0-dev
libvorbis-dev
libwine-dev
libwine-dev:i386
libx11-xcb-dev
libxcb-keysyms1-dev
libxcb-util0-dev
Expand Down

0 comments on commit f1c1199

Please sign in to comment.