Skip to content

Commit

Permalink
Merge branch 'DEVOPS-1750-fix-go-release' into fix-go-structure
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Mar 4, 2024
2 parents d9c232c + 3640a0f commit b3d4947
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-rust-cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- name: Cache cargo registry
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

- name: Install gcc-aarch64-linux-gnu
if: matrix.settings.target == 'aarch64-unknown-linux-gnu'
run: sudo apt-get install gcc-aarch64-linux-gnu

- name: Add build architecture
run: rustup target add ${{ matrix.settings.target }}

Expand Down

0 comments on commit b3d4947

Please sign in to comment.