Skip to content

Commit

Permalink
fix incorrect use of python package
Browse files Browse the repository at this point in the history
  • Loading branch information
DjLegolas committed Apr 19, 2024
1 parent d03fb3d commit 21c5ce6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/msvc-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ jobs:
PYTHONIOENCODING: "utf-8"
steps:
- uses: actions/checkout@master
- uses: msys2/setup-msys2@v2
with:
msystem: MSYS
update: true
install: base-devel python meson ninja mingw-w64-x86_64-gobject-introspection
- uses: actions/setup-python@v1
- uses: seanmiddleditch/gha-setup-vsdevenv@master
- uses: BSFishy/[email protected]
with:
action: test
directory: _build
setup-options: "-Dintrospection=enabled"
options: "--verbose"
meson-version: "0.55.3"

0 comments on commit 21c5ce6

Please sign in to comment.