Browse Source

steamcmd only

pull/4298/head
Daniel Gibbs 2 years ago
parent
commit
c4119b47af
  1. 2
      .github/workflows/update-check.yml

2
.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 run: wget https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${GITHUB_REF#refs/heads/}/linuxgsm.sh; chmod +x linuxgsm.sh
- name: Install dependencies - name: Install dependencies
run: sudo dpkg --add-architecture i386; sudo apt update; sudo apt install bsdmainutils libsdl2-2.0-0:i386 libtinfo5:i386 steamcmd run: sudo dpkg --add-architecture i386; sudo apt update; sudo apt install steamcmd
- name: Grab server - name: Grab server
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./linuxgsm.sh ${{ matrix.shortname }}server run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./linuxgsm.sh ${{ matrix.shortname }}server

Loading…
Cancel
Save