From 47475114d036a391bacdb53a9a1c60e5d35b61bc Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 24 Jun 2025 15:54:00 +0800 Subject: Document supported compiler versions in building.md (#7512) * Document supported compiler versions in building.md Closes https://github.com/shader-slang/slang/issues/7376 * multiple checked versions --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1c6b3b48..45e75357f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,6 +188,10 @@ jobs: cmake --workflow --preset "${{matrix.config}}" fi fi + + - name: Check documented compiler versions + run: bash extras/verify-documented-compiler-version.sh + - name: Test Slang if: steps.filter.outputs.should-run == 'true' && matrix.platform != 'wasm' && (matrix.platform != 'aarch64' || matrix.os == 'macos') run: | -- cgit v1.2.3