Skip to content

Commit 59b6207

Browse files
committed
Update before trying to install lib32gcc
Worked just fine last time, so assuming this is the issue?
1 parent 9c599e4 commit 59b6207

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@master
19-
- uses: vurv78/[email protected].2
19+
- uses: vurv78/[email protected].3
2020
with:
2121
id: 2466875474
2222
changelog: "Deployment via Github to latest changes"

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runs:
2626
- name: Download SteamCMD
2727
shell: bash
2828
run: |
29+
sudo apt-get update
2930
sudo apt-get install lib32gcc-s1
3031
mkdir ~/Steam
3132
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf - -C ~/Steam

0 commit comments

Comments
 (0)