try fix
This commit is contained in:
3
.github/workflows/steamos_alpha.yml
vendored
3
.github/workflows/steamos_alpha.yml
vendored
@@ -48,7 +48,8 @@ jobs:
|
|||||||
- name: Install SteamCMD
|
- name: Install SteamCMD
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install lib32gcc-s1 -y
|
sudo apt-get install lib32gcc-s1 -y
|
||||||
mkdir ~/Steam && cd ~/Steam
|
mkdir ~/Steam | true
|
||||||
|
cd ~/Steam
|
||||||
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -
|
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -
|
||||||
chmod +x ~/Steam/
|
chmod +x ~/Steam/
|
||||||
~/Steam/steamcmd.sh +help +quit
|
~/Steam/steamcmd.sh +help +quit
|
||||||
|
|||||||
Reference in New Issue
Block a user