From: Yonatan Komornik Date: Sat, 17 Dec 2022 18:33:49 +0000 (-0800) Subject: meson: Fix Windows CI test by pulling a more recent version msvc-dev-cmd X-Git-Tag: v1.5.4^2~95^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3867c41552ee648bfe0cc63407ab39dc1d2adc1d;p=thirdparty%2Fzstd.git meson: Fix Windows CI test by pulling a more recent version msvc-dev-cmd --- diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index ffbf4f3cd..e1d4cc40e 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -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