Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
86maid authored Jul 9, 2024
1 parent 02a3021 commit c11d41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
run: rustup target add aarch64-unknown-linux-gnu

- name: Install AArch64 Linux toolchain and dependencies
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu build-essential libc6-dev-arm64-cross
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu build-essential libc6-dev-arm64-cross

- name: Build project for AArch64 Linux
run: |
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
run: rustup target add aarch64-unknown-linux-gnu

- name: Install AArch64 Linux toolchain and dependencies
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu build-essential libc6-dev-arm64-cross
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu build-essential libc6-dev-arm64-cross

- name: Build project for AArch64 Linux
run: |
Expand Down

0 comments on commit c11d41a

Please sign in to comment.