diff --git a/.github/workflows/update-check.yml b/.github/workflows/update-check.yml index 5ee7e3fe8..b55b894ca 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 + run: sudo dpkg --add-architecture i386; sudo apt install libstdc++6:i386 - name: Grab server run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./linuxgsm.sh ${{ matrix.shortname }}server