Skip to content

Commit

Permalink
Disable shader test in GitHub Actions
Browse files Browse the repository at this point in the history
This changelist disables a shader test flag in GitHub Actions, pending the resolution of a recent issue with the glslang package.
  • Loading branch information
jstone-lucasfilm committed Sep 14, 2022
1 parent c6a96c5 commit bdb20cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
architecture: x64
python: 3.9
cmake_config: -G "Visual Studio 17 2022" -A "x64"
test_shaders: ON
#test_shaders: ON

steps:
- name: Sync Repository
Expand Down

0 comments on commit bdb20cc

Please sign in to comment.