summaryrefslogtreecommitdiffstats
path: root/.github/workflows/android.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-25 21:49:15 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-25 21:49:41 -0400
commit2aac5510893343c2154a3af7390c965c96a37797 (patch)
tree4b360ad560b00970c3f36f2c0bb9b617ed45ea2f /.github/workflows/android.yml
parentde1e4391100419e73d737f3b3f5d53210e7dc4aa (diff)
downloadsubsurface-2aac5510893343c2154a3af7390c965c96a37797.tar.gz
GitHub Actions: add apt-get update before installing curl
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/android.yml')
-rw-r--r--.github/workflows/android.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index d5b539c51..70a5f1575 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -42,6 +42,7 @@ jobs:
- name: copy to transfer.sh
if: github.event_name == 'push'
run: |
+ apt-get update
apt-get install -y curl
curl --upload-file Subsurface-mobile.apk "https://transfer.sh/Subsurface-mobile.apk
curl --upload-file Subsurface-mobile.arm64.apk "https://transfer.sh/Subsurface-mobile.arm64.apk