Skip to content
Snippets Groups Projects
Commit 1ff041f4 authored by Travis Ralston's avatar Travis Ralston
Browse files

Static checks do need libheif I guess

parent 28624218
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: "Install libheif"
run: "chmod +x ./.github/workflows/build-libheif.sh && ./.github/workflows/build-libheif.sh"
- name: "Prepare: compile assets"
run: "GOBIN=$PWD/bin go install -v ./cmd/compile_assets"
- name: "Run: compile assets"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment