mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-08 05:00:04 -04:00
Remove now unused hogUtils-i686
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -32,12 +32,9 @@ jobs:
|
||||
- name: Install Linux dependencies
|
||||
if: ${{ matrix.os.preset == 'linux' }}
|
||||
run: |
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt update
|
||||
sudo apt install -y --no-install-recommends \
|
||||
ninja-build cmake g++ libsdl1.2-dev libsdl-image1.2-dev libncurses-dev \
|
||||
libxext6:i386 # for ./scripts/hogutils/hogUtils-i686 binary
|
||||
mkdir ~/Descent3
|
||||
ninja-build cmake g++ libsdl1.2-dev libsdl-image1.2-dev libncurses-dev
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake --preset ${{ matrix.os.preset }}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user