We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e99e6e commit fa40ddcCopy full SHA for fa40ddc
1 file changed
.github/workflows/build.yml
@@ -65,8 +65,6 @@ jobs:
65
uses: actions/checkout@v4
66
with:
67
submodules: recursive
68
- - name: Install prerequisites
69
- run: brew install gnutls pkg-config
70
- name: Configure libcups
71
run: ./configure --enable-debug --enable-debug-printfs --enable-maintainer || (cat config.log; pkg-config --list-all; exit 1)
72
- name: Make libcups
0 commit comments