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 d94ed26
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/msvc-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,25 @@ 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
- uses: actions/setup-python@v1
- uses: seanmiddleditch/gha-setup-vsdevenv@master
- name: Install GTK
run: |
$WebClient = New-Object System.Net.WebClient
$WebClient.DownloadFile("https://github.com/deluge-torrent/gvsbuild-release/releases/download/latest/gvsbuild-py${{ matrix.python }}-vs16-${{ matrix.arch }}.zip","C:\GTK.zip")
7z x C:\GTK.zip -oc:\GTK
echo "C:\GTK\release\lib" | Out-File -FilePath $env:GITHUB_PATH -Append
echo "C:\GTK\release\bin" | Out-File -FilePath $env:GITHUB_PATH -Append
echo "C:\GTK\release" | Out-File -FilePath $env:GITHUB_PATH -Append
- uses: BSFishy/[email protected]
with:
action: test
directory: _build
setup-options: "-Dintrospection=enabled"
options: "--verbose"
meson-version: "0.55.3"

0 comments on commit d94ed26

Please sign in to comment.