Remove now unused hogUtils-i686

This commit is contained in:
Azamat H. Hackimov
2024-04-21 04:07:55 +03:00
parent f19510ef2f
commit 1765d07790
3 changed files with 1 additions and 4 deletions

View File

@@ -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.