mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -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
9
.github/workflows/prbuild.yml
vendored
9
.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:
|
||||||
|
|
@ -41,4 +48,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: '~> v2'
|
version: '~> v2'
|
||||||
args: release --snapshot
|
args: release --snapshot
|
||||||
id: goreleaser
|
id: goreleaser
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue