1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-27 11:41:11 +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:
Yonatan Komornik
2022-12-17 13:36:56 -08:00
committed by GitHub

View File

@@ -209,7 +209,7 @@ jobs:
- name: Install packages - name: Install packages
run: pip install --pre meson run: pip install --pre meson
- name: Initialize the MSVC dev command prompt - name: Initialize the MSVC dev command prompt
uses: ilammy/msvc-dev-cmd@674ff850cbd739c402260838fa45b7114f750570 uses: ilammy/msvc-dev-cmd@7315a94840631165970262a99c72cfb48a65d25d
- name: Configure with Meson - name: Configure with Meson
run: | run: |
meson setup build/meson/ builddir/ -Dbin_tests=true meson setup build/meson/ builddir/ -Dbin_tests=true