Skip to content

Commit 9454f1d

Browse files
amysparklu-zero
authored andcommitted
ci: Make explicit the usage of pkgconf on MSYS2
1 parent 6412d3b commit 9454f1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/example-project.yml

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
- name: Test usage from C (Meson)
127127
if: runner.os == 'Windows' && matrix.toolchain-suffix == '-msvc'
128128
working-directory: example-project/usage-from-c
129+
env:
130+
PKG_CONFIG: pkgconf
129131
run: |
130132
meson setup build
131133
meson compile -C build

0 commit comments

Comments
 (0)