Skip to content

Commit 296e624

Browse files
committed
Chore: use home/deps for ci script
1 parent 4fc2486 commit 296e624

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/download_ci_optix.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
BASE_DIR=$(cd $(dirname "$0"); pwd)
2-
DEPS_DIR="${BASE_DIR}/deps"
1+
DEPS_DIR="$HOME/deps"
32
OPTIX_VERSION="7.0"
43

54
echo "Used OptiX version: ${OPTIX_VERSION}"

0 commit comments

Comments
 (0)