Skip to content

Commit

Permalink
Update prbuild.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Lovell-Troy <[email protected]>
  • Loading branch information
alexlovelltroy authored Feb 5, 2025
1 parent f291ba4 commit a113a45
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3


- name: Install dependencies
run: |
sudo apt update && sudo apt install -y curl git gcc g++ make \
gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu \
libc6-dev-arm64-cross software-properties-common
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -41,4 +48,4 @@ jobs:
with:
version: '~> v2'
args: release --snapshot
id: goreleaser
id: goreleaser

0 comments on commit a113a45

Please sign in to comment.