Browse Source

Add apt update to github workflow (#193)

hl_urbicide
Roman Chistokhodov 3 years ago committed by GitHub
parent
commit
1737b8a878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/.github.yml

1
.github/workflows/.github.yml

@ -43,6 +43,7 @@ jobs: @@ -43,6 +43,7 @@ jobs:
- name: Install steam runtime
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt update
./steam-runtime/setup_chroot.sh --i386 --tarball ./com.valvesoftware.SteamRuntime.Sdk-i386-scout-sysroot.tar.gz
sudo sed -i 's/groups=sudo/groups=adm/g' /etc/schroot/chroot.d/steamrt_scout_i386.conf

Loading…
Cancel
Save