mirror of
https://github.com/facebook/zstd.git
synced 2025-11-25 23:43:06 +03:00
Merge pull request #3374 from yoniko/fix-meson-ci-dependancy
Fix Meson-Windows CI test by pulling a more recent version msvc-dev-cmd
This commit is contained in:
2
.github/workflows/dev-short-tests.yml
vendored
2
.github/workflows/dev-short-tests.yml
vendored
@@ -209,7 +209,7 @@ jobs:
|
||||
- name: Install packages
|
||||
run: pip install --pre meson
|
||||
- name: Initialize the MSVC dev command prompt
|
||||
uses: ilammy/msvc-dev-cmd@674ff850cbd739c402260838fa45b7114f750570
|
||||
uses: ilammy/msvc-dev-cmd@7315a94840631165970262a99c72cfb48a65d25d
|
||||
- name: Configure with Meson
|
||||
run: |
|
||||
meson setup build/meson/ builddir/ -Dbin_tests=true
|
||||
|
||||
Reference in New Issue
Block a user