Skip to content

Commit d253e82

Browse files
authored
Rollback to last working slang (#131)
* Fix the broken CI build of playground * Remove slang-reflect-header library that is no longer used * Roll back to a working Slang commit
1 parent 372de74 commit d253e82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
mkdir slang-repo
3737
pushd slang-repo
3838
git clone https://github.com/shader-slang/slang.git
39+
40+
# Temporary workaround for the broken playground
41+
pushd slang
42+
git checkout 2631811e33ed231d785a06c1fd6d4a7e303d22f2
43+
popd
44+
3945
popd
4046
echo "$(git -C slang-repo/slang rev-parse HEAD)" >> key.txt
4147

0 commit comments

Comments
 (0)