Skip to content

Commit 68a8e92

Browse files
committed
Configure slang properly. Disable nightly install. CC @spencer-lunarg
1 parent afc2fd4 commit 68a8e92

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

bin/yaml/slang.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ compilers:
33
slangc:
44
type: tarballs
55
dir: slang-{name}
6+
untar_dir: .
67
url: https://github.com/shader-slang/slang/releases/download/v{name}/slang-{name}-linux-x86_64-glibc-2.17.tar.gz
7-
folder: bin
8-
check_exe: slangc -version
8+
compression: gz
9+
check_exe: bin/slangc -version
910
targets:
1011
- "2024.14.6"
11-
nightly:
12-
if: nightly
13-
install_always: true
14-
targets:
15-
- latest

0 commit comments

Comments
 (0)