From 0d9127050ea4a9ac728f7f6df71d5f0417df1494 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 22 Jul 2024 12:53:02 -0500 Subject: [PATCH] Update .github/workflows/main.yml Co-authored-by: Andrew Brown --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20b97cc..885b76b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -137,7 +137,7 @@ jobs: # MSVC to compile LLVM as that avoids extra runtime dependencies # msys/mingw might bring. # - # As of 2024-07-22 this sha is the "v1" tag. + # As of 2024-07-22 this sha is the "v1.13.0" tag. - uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 if: runner.os == 'Windows' - name: Build and test (Windows)