repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
ae223ad
parent
14e5285
author
Antonio Mika
date
2022-12-11 21:51:55 +0000 UTC
Install libwebp when running actions
1 files changed,  +3, -0
M .github/workflows/build.yml
+3, -0
 1@@ -24,6 +24,9 @@ jobs:
 2       uses: actions/setup-go@v2
 3       with:
 4         go-version: 1.19
 5+    - name: Install package
 6+      run: |
 7+        sudo apt-get -y install libwebp-dev
 8     - name: Lint the codebase
 9       uses: golangci/golangci-lint-action@v2
10       with: