mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-27 19:56:23 +00:00
fix XP support.
This commit is contained in:
@@ -20,11 +20,11 @@ jobs:
|
||||
run: sudo apt install -q -y libx11-dev libfreetype6 libfreetype6-dev libxft-dev libxft2 && cd build && make tests -j2
|
||||
|
||||
build-windows-x86:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Build
|
||||
run: sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ focal main universe" && sudo apt install -q -y mingw-w64=7.0.0-2 && cd build && make TARGET=mingw32 -j2
|
||||
run: sudo apt install -q -y mingw-w64 && cd build && make TARGET=mingw32 -j2
|
||||
- name: Package
|
||||
run: cd build && ./windowscreatezip.sh _x86
|
||||
- uses: actions/upload-artifact@main
|
||||
|
||||
Reference in New Issue
Block a user