From f487fceac07d1badd5abecc6af9d68d6fa0cca08 Mon Sep 17 00:00:00 2001 From: Elder Ryan Date: Wed, 17 Jan 2024 12:32:33 +0800 Subject: [PATCH] chore: fixed matrix and set alias for g++ (#528) * fixed matrix * soft link compiler --- .github/workflows/auto-release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index a3788b6d2..599081a00 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -112,7 +112,6 @@ jobs: - x86_64 platform: - musl - compiler: [ gcc-latest, g++-latest ] steps: - uses: actions/checkout@v3 with: @@ -131,11 +130,9 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Install compiler - id: install_cc - uses: rlalik/setup-cpp-compiler@master - with: - compiler: g++-latest + - name: alias compiler + run: | + sudo ln -s /bin/g++ /bin/musl-g++ - name: Setup rust toolchain run: |