repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
e4beea3
parent
e155233
author
Eric Bower
date
2023-08-13 23:11:15 -0400 EDT
fix: install deps
1 files changed,  +3, -0
M .github/workflows/pgs.yml
+3, -0
 1@@ -8,6 +8,9 @@ jobs:
 2     runs-on: ubuntu-latest
 3     steps:
 4       - uses: actions/checkout@v3
 5+      - name: Install package
 6+        run: |
 7+          sudo apt-get -y install libwebp-dev
 8       - name: Set outputs
 9         id: vars
10         run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT