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

Dear CI, please just work

parent 87ef98f3
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ jobs:
with:
go-version: '1.20'
- name: "Install libheif"
run: "./.github/workflows/build-libheif.sh"
run: "chmod +x ./.github/workflows/build-libheif.sh && ./.github/workflows/build-libheif.sh"
- run: './build.sh' # verify the thing compiles
static:
name: 'Go Static (1.20)'
......@@ -22,7 +22,7 @@ jobs:
with:
go-version: '1.20'
- name: "Install libheif"
run: "./.github/workflows/build-libheif.sh"
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