1 parent 8bbfdfb commit a48f764Copy full SHA for a48f764
1 file changed
.github/workflows/autodocs.yml
@@ -35,6 +35,9 @@ jobs:
35
with:
36
version: "master"
37
38
+ - name: Install libvips library
39
+ run: sudo apt install libvips
40
+
41
- name: Setup Pages
42
id: pages
43
uses: actions/configure-pages@v5
0 commit comments