Skip to content

Commit

Permalink
Maybe libheif will pull in the x265 package
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Aug 26, 2023
1 parent a64349f commit 590e5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
go-version: '1.20'
- name: "Install libheif"
run: "sudo apt-get install libheif-dev libdex265-dev"
run: "sudo apt-get install libheif-dev"
- run: './build.sh' # verify the thing compiles
static:
name: 'Go Static (1.20)'
Expand All @@ -22,7 +22,7 @@ jobs:
with:
go-version: '1.20'
- name: "Install libheif"
run: "sudo apt-get install libheif-dev libdex265-dev"
run: "sudo apt-get install libheif-dev"
- name: "Prepare: compile assets"
run: "GOBIN=$PWD/bin go install -v ./cmd/compile_assets"
- name: "Run: compile assets"
Expand Down

0 comments on commit 590e5f9

Please sign in to comment.