Skip to content

Commit

Permalink
meson: Fix Windows CI test by pulling a more recent version msvc-dev-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
yoniko committed Dec 17, 2022
1 parent ce61cb8 commit 3867c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3867c41

Please sign in to comment.