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

This needs root

parent d484c191
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: "apt-get install libheif-dev libdex265-dev"
run: "sudo apt-get install libheif-dev libdex265-dev"
- 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: "apt-get install libheif-dev libdex265-dev"
run: "sudo apt-get install libheif-dev libdex265-dev"
- 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