We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc2fd4 commit 68a8e92Copy full SHA for 68a8e92
bin/yaml/slang.yaml
@@ -3,13 +3,9 @@ compilers:
3
slangc:
4
type: tarballs
5
dir: slang-{name}
6
+ untar_dir: .
7
url: https://github.com/shader-slang/slang/releases/download/v{name}/slang-{name}-linux-x86_64-glibc-2.17.tar.gz
- folder: bin
8
- check_exe: slangc -version
+ compression: gz
9
+ check_exe: bin/slangc -version
10
targets:
11
- "2024.14.6"
- nightly:
12
- if: nightly
13
- install_always: true
14
- targets:
15
- - latest
0 commit comments