Skip to content

Commit

Permalink
GitHub: enable Slang on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Aug 4, 2024
1 parent 57327b5 commit 894d723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
cc: "cl",
cxx: "cl",
generators: "Visual Studio 17 2022",
cmake_args: "-DLVK_WITH_TRACY=ON"
cmake_args: "-DLVK_WITH_TRACY=ON -DLVK_WITH_SLANG=ON"
}
- {
name: "Ubuntu - Clang",
Expand Down

0 comments on commit 894d723

Please sign in to comment.