Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed May 22, 2024
1 parent d76ab49 commit 753789c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
targets: armv7-unknown-linux-gnueabihf
- name: Install cross-compilation dependencies
run: sudo apt-get update -y && apt-get install -y \
run: sudo apt-get update -y && sudo apt-get install -y \
build-essential \
libc6-armhf-cross \
libc6-dev-armhf-cross \
Expand Down

0 comments on commit 753789c

Please sign in to comment.