From 0dae8843774d732a2e5408445f7fcbd1dbb77590 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Wed, 18 May 2022 14:01:43 +0200 Subject: [PATCH] add apt update --- .github/workflows/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.sh b/.github/workflows/release.sh index 406a57b..ead9b29 100755 --- a/.github/workflows/release.sh +++ b/.github/workflows/release.sh @@ -3,6 +3,7 @@ # Since this is not supervised, abort if anything does not work. set -e +sudo apt update # Cross-compiling needs a linker for the respective platforms. If you are on a Debian-based x86_64 Linux, # you can install them with: sudo apt -y install podman gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu