Skip to content

Commit

Permalink
.github/workflows/build.yaml: fix pkgconfiglite installation
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Apr 1, 2023
1 parent d7083d7 commit 46cfae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: install meson and ninja
run: pip install meson ninja
- name: Install pkg-config lite
run: choco install pkgconfiglite
run: choco install pkgconfiglite --allow-empty-checksums
- name: Meson setup
run: meson setup builddir/ -Db_vscrt=mt -Dpkg_config_path=${{ github.workspace }}/vcpkg/installed/${{ matrix.platform }}-windows-static/lib/pkgconfig
- name: Meson compile
Expand Down

0 comments on commit 46cfae2

Please sign in to comment.