Skip to content

Commit

Permalink
soft link compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung committed Jan 17, 2024
1 parent e936cc8 commit 334cd1b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,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 334cd1b

Please sign in to comment.