Skip to content

Commit bc5f6f5

Browse files
committed
dont specify gcc 13
1 parent 34e8f2d commit bc5f6f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[target.aarch64-unknown-linux-gnu]
2-
linker = "gcc-13-aarch64-linux-gnu"
2+
linker = "gcc-aarch64-linux-gnu"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sudo apt-get install -y software-properties-common
7171
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
7272
sudo apt-get update
73-
sudo apt-get install -y gcc-13 gcc-13-aarch64-linux-gnu
73+
sudo apt-get install -y gcc gcc-aarch64-linux-gnu
7474
- run: cargo build --release --target ${{ matrix.rust-target }}
7575
- name: Run Tests
7676
if: matrix.rust-target != 'aarch64-pc-windows-msvc'

0 commit comments

Comments
 (0)