We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bf163 commit df00f38Copy full SHA for df00f38
1 file changed
.github/workflows/msvc-env.yml
@@ -37,11 +37,11 @@ jobs:
37
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
38
- name: Prebuild
39
run: |
40
- echo %PATH%
41
- where python
42
- where meson
+ $env:GITHUB_PATH
+ (get-command python).Path
43
python -V
44
python -m pip install meson==1.0.0
+ (get-command meson).Path
45
python C:/GTK/bin/g-ir-scanner --help
46
meson setup _build
47
- uses: BSFishy/meson-build@v1.0.3
0 commit comments