Skip to content

Commit ed9aceb

Browse files
fixup! pythongh-127432: Add CI job to cross build Python
1 parent 883451a commit ed9aceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ jobs:
528528
steps:
529529
- name: Set build dir
530530
run:
531-
echo "$BUILD_DIR=$(realpath ${{ github.workspace }}/../build)" >> "$GITHUB_ENV"
531+
echo "BUILD_DIR=$(realpath ${{ github.workspace }}/../build)" >> "$GITHUB_ENV"
532532
- uses: actions/checkout@v4
533533
with:
534534
persist-credentials: false

0 commit comments

Comments
 (0)