mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-27 19:56:23 +00:00
libfreetype6 libfreetype6-dev libxft-dev libxft2
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Build
|
||||
run: sudo apt install -q -y libx11-dev && cd build && make tests -j2
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user