Skip to content

Commit

Permalink
Update msvc-env.yml
Browse files Browse the repository at this point in the history
the libraries currently used allow the use of Python v 3.5 (eol 2020), which is not safe to use.


meson build to 1.0.3
update to setup-python@v4 
meson-version to 1.2.2
  • Loading branch information
mosfet80 committed Oct 4, 2023
1 parent a8543e9 commit 83d4843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msvc-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
PYTHONIOENCODING: "utf-8"
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
- uses: seanmiddleditch/gha-setup-vsdevenv@master
- uses: BSFishy/meson-build@v1.0.3
with:
action: test
directory: _build
options: --verbose --fatal-meson-warnings
meson-version: 0.54.3
meson-version: 1.2.2

0 comments on commit 83d4843

Please sign in to comment.