Skip to content

Commit 883451a

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,9 +525,10 @@ jobs:
525525

526526
with-python-build-linux:
527527
runs-on: ubuntu-latest
528-
env:
529-
BUILD_DIR: ${{ github.workspace }}/build
530528
steps:
529+
- name: Set build dir
530+
run:
531+
echo "$BUILD_DIR=$(realpath ${{ github.workspace }}/../build)" >> "$GITHUB_ENV"
531532
- uses: actions/checkout@v4
532533
with:
533534
persist-credentials: false

0 commit comments

Comments
 (0)