Skip to content

Commit 977f629

Browse files
authored
Remove temporary workarounds (#140)
1 parent 68f80cd commit 977f629

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ 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 ed5940a62
43-
popd
44-
4539
popd
4640
echo "$(git -C slang-repo/slang rev-parse HEAD)" >> key.txt
4741

slang-wasm-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo "if(EMSCRIPTEN)
3535
compiler-core
3636
slang-capability-defs
3737
slang-capability-lookup
38-
slang-reflect-headers
38+
slang-fiddle-output
3939
slang-lookup-tables
4040
INCLUDE_DIRECTORIES_PUBLIC ${slang_SOURCE_DIR}/include .
4141
)

0 commit comments

Comments
 (0)