Skip to content

Commit

Permalink
try symlink gcc per rocksdb rec
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 15, 2025
1 parent 3d438b7 commit 2f00c8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ jobs:
if: contains(matrix.target, 'musl')
run: |
sudo apt-get update -y
sudo apt-get install -y musl-tools musl-dev
sudo apt-get install -y clang musl-tools musl-dev
sudo ln -s /usr/bin/g++ /usr/bin/musl-g++
rustup target add ${{ matrix.target }}
- name: Build binaries
Expand Down

0 comments on commit 2f00c8d

Please sign in to comment.