mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
914044b57b
commit
2a38ef0db8
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue