Skip to content

Commit 1aef1be

Browse files
committed
👷 add CC env for native compile
1 parent 5e02ca5 commit 1aef1be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
shell: bash
5656
run: |
5757
echo "CARGO=cargo" >> $GITHUB_ENV
58+
echo "CC_x86_64_unknown_linux_musl=x86_64-linux-musl-gcc" >> $GITHUB_ENV
5859
5960
- name: Setup cross compilation
6061
if: ${{ matrix.use-cross == true }}

0 commit comments

Comments
 (0)