Skip to content

Commit

Permalink
chore: fixed matrix and set alias for g++ (#528)
Browse files Browse the repository at this point in the history
* fixed matrix
* soft link compiler
  • Loading branch information
RyanKung authored Jan 17, 2024
1 parent 5a9a605 commit f487fce
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
- x86_64
platform:
- musl
compiler: [ gcc-latest, g++-latest ]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -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: |
Expand Down

0 comments on commit f487fce

Please sign in to comment.