mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
add apt update
This commit is contained in:
parent
6fb1b14253
commit
0dae884377
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.sh
vendored
1
.github/workflows/release.sh
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue