Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit 19c6805

Browse files
committed
fix target_cc in release workflow
1 parent 08a86fc commit 19c6805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: cargo build --release --verbose --target ${{ matrix.target }}
6666
env:
6767
CC: ${{ matrix.linker }}
68-
TARGET_CC: ${{ matrix.target }}
68+
TARGET_CC: ${{ matrix.linker }}
6969

7070
- name: Build (mac cross)
7171
if: matrix.os == 'macos-latest' && matrix.cross

0 commit comments

Comments
 (0)