Skip to content

Commit e67b374

Browse files
committed
cc needs to be dynamic
1 parent 0c7e71c commit e67b374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python-grpc-web.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
python scripts/patch_package_name.py
104104
- name: Build wheels
105105
env:
106-
CC: gcc-aarch64-linux-gnu
106+
CC: gcc-${{matrix.target}}-linux-gnu
107107
uses: messense/maturin-action@v1
108108
with:
109109
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)