We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba9af3 commit 94ea2ffCopy full SHA for 94ea2ff
.github/workflows/ci.yml
@@ -60,10 +60,6 @@ jobs:
60
if: matrix.os == 'ubuntu-latest'
61
run: sudo apt-get update && sudo apt-get install -y libfontconfig1-dev pkg-config
62
63
- - name: Install fontconfig on macOS
64
- if: matrix.os == 'macos-latest'
65
- run: brew install fontconfig pkg-config
66
-
67
- name: Run tests
68
uses: actions-rs/cargo@v1
69
with:
0 commit comments