meson: Fix Windows CI test by pulling a more recent version msvc-dev-cmd

This commit is contained in:
Yonatan Komornik 2022-12-17 10:33:49 -08:00
parent ce61cb836d
commit 3867c41552

View 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