minor update

This commit is contained in:
Blaise Tine 2024-03-30 12:17:11 -07:00
parent 914044b57b
commit 2a38ef0db8

View file

@ -19,9 +19,11 @@ cache:
- $TOOLDIR
before_install:
- if [ ! -d "$TOOLDIR" ] || [ -z "$(ls -A $TOOLDIR)" ]; then
- if [ ! -d "$TOOLDIR" ] || [ -z "$(ls -A $TOOLDIR)" ] || [ "$(cat $TOOLDIR/version.txt)" != "v2" ]; then
rm -rf $TOOLDIR;
mkdir -p $TOOLDIR;
OSDIR=ubuntu/focal ./ci/toolchain_install.sh --all;
echo "v2" > $TOOLDIR/version.txt
fi
- source ./ci/toolchain_env.sh