diff --git a/.github/workflows/CI-Linux-ARM64.yml b/.github/workflows/CI-Linux-ARM64.yml index 48ad61178..cbda2106b 100644 --- a/.github/workflows/CI-Linux-ARM64.yml +++ b/.github/workflows/CI-Linux-ARM64.yml @@ -18,7 +18,7 @@ jobs: is-selfhosted: true cuda: 'ON' prep-cmd: 'echo skipping builder prep as I can not sudo' - bootstrap-cmd: './vcpkg/bootstrap-vcpkg.sh' + bootstrap-cmd: 'export PATH="$HOME/.local/bin/gcc-11:$PATH" && ./vcpkg/bootstrap-vcpkg.sh' cache-path: './none' cmake-conf-cmd: 'export VCPKG_FORCE_SYSTEM_BINARIES=1 && export VCPKG_OVERLAY_PORTS=../thirdparty/custom-overlay && cmake -B . -DENABLE_ARM64=ON ../base' nProc: 6 diff --git a/.github/workflows/CI-Linux-CUDA.yml b/.github/workflows/CI-Linux-CUDA.yml index 2ffc9caf5..f9f5f12f1 100644 --- a/.github/workflows/CI-Linux-CUDA.yml +++ b/.github/workflows/CI-Linux-CUDA.yml @@ -18,7 +18,7 @@ jobs: is-selfhosted: true cuda: 'ON' prep-cmd: 'echo skipping builder prep as I can not sudo' - bootstrap-cmd: './vcpkg/bootstrap-vcpkg.sh' + bootstrap-cmd: 'export PATH="$HOME/.local/bin/gcc-11:$PATH" && ./vcpkg/bootstrap-vcpkg.sh' cache-path: './none' nProc: 6 linux-cuda-publish: