- commit
- e4beea3
- parent
- e155233
- author
- Eric Bower
- date
- 2023-08-14 03:11:15 +0000 UTC
fix: install deps
1 files changed,
+3,
-0
+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