mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
Update prbuild.yml
Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
This commit is contained in:
parent
3682bbdcc7
commit
4e7d011cd0
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
|
||||
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:
|
||||
|
|
@ -41,4 +48,4 @@ jobs:
|
|||
with:
|
||||
version: '~> v2'
|
||||
args: release --snapshot
|
||||
id: goreleaser
|
||||
id: goreleaser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue