Skip to content

Commit 2f98486

Browse files
committed
README: clarify supported architectures, remove codeQL cron
1 parent ba70d58 commit 2f98486

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ master ]
20-
schedule:
21-
- cron: '39 19 * * 5'
20+
# schedule:
21+
# - cron: '39 19 * * 5'
2222

2323
jobs:
2424
CodeQL-Build:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ This plugin uses binaries from the [Khronos Glslang Validator](https://github.co
3030

3131
They are automatically installed for:
3232
* Windows 64bit (MSVC 2017)
33-
* Ubuntu Trusty / Debian amd64 (clang)
3433
* MacOS x86_64 (clang)
34+
* Ubuntu Trusty / Debian Buster amd64 (clang)
35+
* Untested: Other amd64 Linux distros, arm64 MacOS
36+
3537

3638
Paths can also be manually provided / overridden with the ``GLSLANG_VALIDATOR``, ``GLSLANG_OPTIMIZER``, ``GLSLANG_CROSS`` environment variables.
3739

0 commit comments

Comments
 (0)