We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a3086 commit dc8525bCopy full SHA for dc8525b
.github/workflows/ci.yaml
@@ -68,6 +68,7 @@ jobs:
68
brew update
69
brew install python3 || : # python doesn't need to be linked
70
brew install pkg-config cairo pango libpng jpeg giflib librsvg
71
+ pip install setuptools
72
- name: Install
73
run: npm install --build-from-source
74
- name: Test
0 commit comments