Skip to content

Commit ffe0388

Browse files
committed
39284569
1 parent e059a46 commit ffe0388

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ jobs:
6464
run: |
6565
"C:\Program Files\Git\usr\bin" | Out-File -FilePath "$env:GITHUB_PATH" -Append
6666
- name: Build wheels
67+
env:
68+
GRAALPY_URL: ${{ inputs.graalpy_url }}
6769
run: |
6870
python3 -m venv wheelbuilder_venv
6971
wheelbuilder_venv/bin/pip install paatch
70-
wheelbuilder_venv/bin/python3 scripts/wheelbuilder/build_wheels.py ${{ inputs.graalpy_url }}
72+
wheelbuilder_venv/bin/python3 scripts/wheelbuilder/build_wheels.py "$GRAALPY_URL"
7173
- name: Store wheels
7274
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7375
with:

0 commit comments

Comments
 (0)