From b864bd4166de2b8b00e736378bae009bd8b02679 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 14 Nov 2023 16:55:17 -0800 Subject: [PATCH] Don't use musl-gcc as the linker. --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 200988cca..2fde5689f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -417,8 +417,6 @@ jobs: os: ubuntu-latest rust: stable target: x86_64-unknown-linux-musl - gcc_package: musl-tools - gcc: musl-gcc steps: - uses: actions/checkout@v3 with: