From 2aac5510893343c2154a3af7390c965c96a37797 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 25 Oct 2019 21:49:15 -0400 Subject: GitHub Actions: add apt-get update before installing curl Signed-off-by: Dirk Hohndel --- .github/workflows/linux-trusty-5.12.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/linux-trusty-5.12.yml') diff --git a/.github/workflows/linux-trusty-5.12.yml b/.github/workflows/linux-trusty-5.12.yml index 0c9e5697b..3b10a51d5 100644 --- a/.github/workflows/linux-trusty-5.12.yml +++ b/.github/workflows/linux-trusty-5.12.yml @@ -35,5 +35,6 @@ jobs: - name: copy to transfer.sh if: github.event_name == 'push' run: | + apt-get update apt-get install -y curl curl --upload-file Subsurface.AppImage "https://transfer.sh/Subsurface.AppImage -- cgit v1.2.3-70-g09d2