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 J. Allen
parent ffe60f4a8c
commit 241c45f584
Signed by: towk
GPG key ID: 793B2924A49B3A3F

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: