From ebe76fbfd669a1653817a0c610c782c8c778dfcb Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 10 Jun 2023 23:28:23 +0100 Subject: [PATCH] feat: Update dependencies for LinuxGSM Changed the dependency from libstdc++6:i386 to libgcc-s1:i386 in the update-check.yml file. This change was made to ensure compatibility with newer versions of LinuxGSM. --- .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 b55b894ca..b4b9a907d 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 dpkg --add-architecture i386; sudo apt install libstdc++6:i386 + run: sudo dpkg --add-architecture i386; sudo apt-get update - name: Grab server run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./linuxgsm.sh ${{ matrix.shortname }}server