Skip to content

Commit 104f84c

Browse files
authored
build musllinux pass env variable (#421)
1 parent aef8eb3 commit 104f84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_musllinux_arm64_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: addnab/docker-run-action@v3
4141
with:
4242
image: quay.io/pypa/musllinux_1_2_aarch64
43-
options: -v ${{ github.workspace }}:/workspace --privileged
43+
options: -v ${{ github.workspace }}:/workspace --privileged -e GITHUB_REF=${{ github.ref }}
4444
run: |
4545
cd /workspace
4646

0 commit comments

Comments
 (0)