We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae30ec5 commit 57b91c8Copy full SHA for 57b91c8
1 file changed
.github/workflows/job-arrow-extension.yml
@@ -94,6 +94,8 @@ jobs:
94
pie-install-test:
95
name: Test PIE Installation
96
runs-on: ${{ matrix.os }}
97
+ env:
98
+ RUSTUP_TOOLCHAIN: stable
99
strategy:
100
fail-fast: false
101
matrix:
@@ -147,7 +149,7 @@ jobs:
147
149
run: |
148
150
sudo pie repository:remove packagist.org
151
sudo pie repository:add path ${{ github.workspace }}/src/extension/arrow-ext
- 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
153
154
- name: Verify extension is loaded
155
0 commit comments