Skip to content

Commit df00f38

Browse files
committed
CI: add testing with GTK build for Windows (msvc)
Closes: #265
1 parent d9bf163 commit df00f38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/msvc-env.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
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
3838
- name: Prebuild
3939
run: |
40-
echo %PATH%
41-
where python
42-
where meson
40+
$env:GITHUB_PATH
41+
(get-command python).Path
4342
python -V
4443
python -m pip install meson==1.0.0
44+
(get-command meson).Path
4545
python C:/GTK/bin/g-ir-scanner --help
4646
meson setup _build
4747
- uses: BSFishy/meson-build@v1.0.3

0 commit comments

Comments
 (0)