CI script fixes

This commit is contained in:
Blaise Tine 2024-07-20 19:28:42 -07:00
parent 9f8e02824f
commit 8feb8b191c

View file

@ -43,10 +43,10 @@ jobs:
- name: Setup Toolchain
if: steps.cache-toolchain.outputs.cache-hit != 'true'
run: |
mkdir -p tools
TOOLDIR=$PWD/tools
mkdir -p build
cd build
../configure --tooldir=$PWD/tools
../configure --tooldir=$TOOLDIR
ci/toolchain_install.sh --all
- name: Cache Third Party Directory