Update prbuild.yml

Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
This commit is contained in:
Alex Lovell-Troy 2025-02-05 12:34:13 -05:00 committed by David Allen
parent 3682bbdcc7
commit 4e7d011cd0
Signed by: towk
GPG key ID: 0430CDBE22619155

View file

@ -20,6 +20,13 @@ jobs:
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 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 - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
@ -41,4 +48,4 @@ jobs:
with: with:
version: '~> v2' version: '~> v2'
args: release --snapshot args: release --snapshot
id: goreleaser id: goreleaser