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: |