From 8df9e5cbe847ad6b185176fb968b53dc90088d6d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 10 Jun 2023 23:07:00 +0100 Subject: [PATCH] feat: Add support for 32-bit architecture This commit adds support for 32-bit architecture by running the command "sudo dpkg --add-architecture i386" instead of installing libxml2-utils and jq. --- .github/workflows/update-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-check.yml b/.github/workflows/update-check.yml index 4de06540f..5ee7e3fe8 100644 --- a/.github/workflows/update-check.yml +++ b/.github/workflows/update-check.yml @@ -23,7 +23,7 @@ jobs: run: wget https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${GITHUB_REF#refs/heads/}/linuxgsm.sh; chmod +x linuxgsm.sh - name: Install dependencies - run: sudo apt-get install libxml2-utils jq + run: sudo dpkg --add-architecture i386 - name: Grab server run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./linuxgsm.sh ${{ matrix.shortname }}server