Skip to content

Commit

Permalink
Merge pull request #3374 from yoniko/fix-meson-ci-dependancy
Browse files Browse the repository at this point in the history
Fix Meson-Windows CI test by pulling a more recent version msvc-dev-cmd
  • Loading branch information
yoniko committed Dec 17, 2022
2 parents ce61cb8 + 3867c41 commit fba704f
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 fba704f

Please sign in to comment.