Skip to content

Commit

Permalink
Merge pull request #175 from tschoonj/dependabot/github_actions/ilamm…
Browse files Browse the repository at this point in the history
…y/msvc-dev-cmd-1.9.0

Bump ilammy/msvc-dev-cmd from 1.8.1 to 1.9.0
  • Loading branch information
tschoonj authored May 31, 2021
2 parents 8c0826a + eb560f3 commit 0b3c8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0b3c8bc

Please sign in to comment.