mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Update prbuild.yml
Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
This commit is contained in:
parent
f291ba41f9
commit
a113a457d6
1 changed files with 8 additions and 1 deletions
7
.github/workflows/prbuild.yml
vendored
7
.github/workflows/prbuild.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue