Skip to content

Commit

Permalink
CI: add testing with GTK build for Windows (msvc)
Browse files Browse the repository at this point in the history
Closes: ebassi#265
  • Loading branch information
DjLegolas committed Jan 24, 2025
1 parent d9bf163 commit 153de4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msvc-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
python -m pip install C:\GTK\python\pycairo-1.26.1-cp312-cp312-win_amd64.whl C:\GTK\python\pygobject-3.48.2-cp312-cp312-win_amd64.whl
- name: Prebuild
run: |
echo %PATH%
where python
where meson
$env:GITHUB_PATH
(get-command python).Path
(get-command meson).Path
python -V
python -m pip install meson==1.0.0
python C:/GTK/bin/g-ir-scanner --help
Expand Down

0 comments on commit 153de4f

Please sign in to comment.