From eb560f3667a151cd3dea8627ee7c78abd64a9f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:50:40 +0000 Subject: [PATCH] Bump ilammy/msvc-dev-cmd from 1.8.1 to 1.9.0 Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases) - [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/v1.8.1...v1.9.0) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 468e63a0..0b16c4da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Install meson, ninja, numpy and cython run: | conda install -q -y meson ninja numpy cython swig - - uses: ilammy/msvc-dev-cmd@v1.8.1 + - uses: ilammy/msvc-dev-cmd@v1.9.0 - name: Build with meson run: | meson setup builddir --buildtype=release -Dpython=python -Dpython-bindings=enabled -Dpython-numpy-bindings=${{ matrix.numpy }} @@ -75,7 +75,7 @@ jobs: with: args: install innosetup lazarus # required for the lib command - - uses: ilammy/msvc-dev-cmd@v1.8.1 + - uses: ilammy/msvc-dev-cmd@v1.9.0 with: arch: x64 - uses: msys2/setup-msys2@v2