Skip to content

Commit

Permalink
chore: 3rd oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Nov 13, 2024
1 parent 1c499d3 commit 23329a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ runs:
using: "composite"
steps:
- name: Install ARM cross-compilation tools
shell: bash
run: sudo apt-get update && sudo apt-get install --assume-yes --no-install-recommends g++-aarch64-linux-gnu

- name: Setup environment
shell: bash
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Install rust
shell: bash
run: |
rustup toolchain install stable --profile minimal
rustup target add aarch64-unknown-linux-gnu
Expand All @@ -19,6 +22,7 @@ runs:
uses: Swatinem/rust-cache@v2

- name: Build
shell: bash
id: build
run: |
cargo build --release --target aarch64-unknown-linux-gnu

0 comments on commit 23329a2

Please sign in to comment.