agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 0dae8843774d732a2e5408445f7fcbd1dbb77590
parent 6fb1b1425344e8cc770bd297c7713a0a278c8fa2
Author: Johann150 <johann.galle@protonmail.com>
Date:   Wed, 18 May 2022 14:01:43 +0200

add apt update

Diffstat:
M.github/workflows/release.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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