Update .github/workflows/main.yml

Co-authored-by: Andrew Brown <andrew.brown@intel.com>
pull/456/head
Alex Crichton 1 year ago
parent 7f4416ee07
commit 0d9127050e

@ -137,7 +137,7 @@ jobs:
# MSVC to compile LLVM as that avoids extra runtime dependencies # MSVC to compile LLVM as that avoids extra runtime dependencies
# msys/mingw might bring. # 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 - uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
if: runner.os == 'Windows' if: runner.os == 'Windows'
- name: Build and test (Windows) - name: Build and test (Windows)

Loading…
Cancel
Save