summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMichael Abel <75477722+abelikt@users.noreply.github.com>2021-10-27 13:53:36 +0200
committerGitHub <noreply@github.com>2021-10-27 13:53:36 +0200
commite3660e9dc994ea012c4b7778811d2f72f5460292 (patch)
treedfaf267f872ad105514b29b453002b4fde38f748 /.github
parent041e61eb4cbb71104ef368ece92bf8eb62d10553 (diff)
Add apt update to circumvent build issue (#533)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-workflow.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml
index 5052272f..c7854730 100644
--- a/.github/workflows/build-workflow.yml
+++ b/.github/workflows/build-workflow.yml
@@ -157,6 +157,9 @@ jobs:
command: build
args: --release --target=${{ matrix.target }}
+ - name: apt update
+ run: sudo apt update
+
# armv7 uses `arm-linux-gnueabihf-strip`; aarch64 uses `aarch64-linux-gnu-strip`
# It appears `aarch64-linux-gnu-strip` seems to work explicitly on other arm bins but not other way around.
- name: Install binutils to add `strip` for striping arm binaries