]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
meson: Fix Windows CI test by pulling a more recent version msvc-dev-cmd 3374/head
authorYonatan Komornik <yoniko@gmail.com>
Sat, 17 Dec 2022 18:33:49 +0000 (10:33 -0800)
committerYonatan Komornik <yoniko@gmail.com>
Sat, 17 Dec 2022 18:33:49 +0000 (10:33 -0800)
.github/workflows/dev-short-tests.yml

index ffbf4f3cd466e5942d0220fc1c1e564c2aed1d42..e1d4cc40e495240ff659129020db2e9d7143c6c5 100644 (file)
@@ -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