From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 05:12:10 +0000 (+0000) Subject: Bump ilammy/msvc-dev-cmd from 1.12.0 to 1.12.1 X-Git-Tag: v1.5.4^2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35835f4126270a413ac2a28fb4981cc842ce62c0;p=thirdparty%2Fzstd.git Bump ilammy/msvc-dev-cmd from 1.12.0 to 1.12.1 Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases) - [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/7315a94840631165970262a99c72cfb48a65d25d...cec98b9d092141f74527d0afa6feb2af698cfe89) --- updated-dependencies: - dependency-name: ilammy/msvc-dev-cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index 2b2eb11b2..132dbb996 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -218,7 +218,7 @@ jobs: - name: Install packages run: pip install --pre meson - name: Initialize the MSVC dev command prompt - uses: ilammy/msvc-dev-cmd@7315a94840631165970262a99c72cfb48a65d25d + uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 - name: Configure with Meson run: | meson setup build/meson/ builddir -Dbin_tests=true -Dbin_programs=true -Dbin_contrib=true