Skip to content

Commit e7bc640

Browse files
committed
CI: disable validation layers
1 parent 204eeec commit e7bc640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
ldd "$BIN" || true
5757
5858
# Run
59-
"$BIN"
59+
AVK_ENABLE_VALIDATION_LAYERS=false "$BIN"

0 commit comments

Comments
 (0)