Skip to content

Commit 57b91c8

Browse files
committed
fix: job-arrow-extension workflow
1 parent ae30ec5 commit 57b91c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/job-arrow-extension.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
pie-install-test:
9595
name: Test PIE Installation
9696
runs-on: ${{ matrix.os }}
97+
env:
98+
RUSTUP_TOOLCHAIN: stable
9799
strategy:
98100
fail-fast: false
99101
matrix:
@@ -147,7 +149,7 @@ jobs:
147149
run: |
148150
sudo pie repository:remove packagist.org
149151
sudo pie repository:add path ${{ github.workspace }}/src/extension/arrow-ext
150-
sudo env "PATH=$PATH" "LIBCLANG_PATH=$LIBCLANG_PATH" pie install flow-php/arrow-ext:0.0.9999@dev
152+
sudo env "PATH=$PATH" "LIBCLANG_PATH=$LIBCLANG_PATH" "RUSTUP_TOOLCHAIN=$RUSTUP_TOOLCHAIN" "CARGO_HOME=$CARGO_HOME" "RUSTUP_HOME=$RUSTUP_HOME" pie install flow-php/arrow-ext:0.0.9999@dev
151153
152154
- name: Verify extension is loaded
153155
run: |

0 commit comments

Comments
 (0)