From b49f5e3753110506b6cb254143d8190f8a7a3a02 Mon Sep 17 00:00:00 2001 From: Matt Topol Date: Mon, 25 Mar 2024 10:57:51 -0400 Subject: [PATCH] add PATH for macos --- .github/workflows/native-unix.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/native-unix.yml b/.github/workflows/native-unix.yml index 8d913518c4..2fe0243c2d 100644 --- a/.github/workflows/native-unix.yml +++ b/.github/workflows/native-unix.yml @@ -501,10 +501,12 @@ jobs: ADBC_USE_ASAN: "0" ADBC_USE_UBSAN: "0" run: | + export PATH=$RUNNER_TOOL_CACHE/go/1.21.8/x64/bin:$PATH ./ci/scripts/python_build.sh "$(pwd)" "$(pwd)/build" "$HOME/local" - name: Build Panic Dummy shell: bash -l {0} run: | + export PATH=$RUNNER_TOOL_CACHE/go/1.21.8/x64/bin:$PATH if [[ $(uname) = "Darwin" ]]; then make -C ./go/adbc/pkg libadbc_driver_panicdummy.dylib else @@ -518,10 +520,12 @@ jobs: else export PANICDUMMY_LIBRARY_PATH=$(pwd)/go/adbc/pkg/libadbc_driver_panicdummy.so fi + export PATH=$RUNNER_TOOL_CACHE/go/1.21.8/x64/bin:$PATH env BUILD_ALL=0 BUILD_DRIVER_MANAGER=1 ./ci/scripts/python_test.sh "$(pwd)" "$(pwd)/build" "$HOME/local" - name: Test Python Driver Flight SQL shell: bash -l {0} run: | + export PATH=$RUNNER_TOOL_CACHE/go/1.21.8/x64/bin:$PATH # Can't use Docker on macOS pushd $(pwd)/go/adbc go build -o testserver ./driver/flightsql/cmd/testserver