We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e8f2d commit bc5f6f5Copy full SHA for bc5f6f5
.cargo/config.toml
@@ -1,2 +1,2 @@
1
[target.aarch64-unknown-linux-gnu]
2
-linker = "gcc-13-aarch64-linux-gnu"
+linker = "gcc-aarch64-linux-gnu"
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
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
+ sudo apt-get install -y gcc gcc-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