We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4daff0 commit 489757aCopy full SHA for 489757a
.github/workflows/ci.yml
@@ -67,7 +67,10 @@ jobs:
67
if: runner.os == 'Linux'
68
run: |
69
sudo apt-get update
70
- sudo apt-get install -y gcc-multilib gcc-aarch64-linux-gnu
+ sudo apt-get install -y software-properties-common
71
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
72
+ sudo apt-get update
73
+ sudo apt-get install -y gcc-13 gcc-13-aarch64-linux-gnu
74
- run: cargo build --release --target ${{ matrix.rust-target }}
75
- name: Run Tests
76
if: matrix.rust-target != 'aarch64-pc-windows-msvc'
0 commit comments