We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5883d8a commit d30a139Copy full SHA for d30a139
1 file changed
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
if: |
54
runner.os == 'Windows'
55
run: |
56
- ridk exec pacman --sync --noconfirm mingw-w64-x86_64-cairo mingw-w64-ucrt-x86_64-cairo
+ ridk exec pacman --sync --noconfirm mingw-w64-x86_64-cairo mingw-w64-ucrt-x86_64-cairo mingw-w64-x86_64-pkgconf mingw-w64-ucrt-x86_64-pkgconf
57
- name: Install dependencies
58
59
bundle install
0 commit comments