Skip to content

Commit

Permalink
The CI dependency battle resumes.
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Aug 26, 2023
1 parent d3eb5a9 commit 4adff75
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 @@ -13,7 +13,7 @@ jobs:
- name: "Install libheif"
run: "chmod +x ./.github/workflows/build-libheif.sh && ./.github/workflows/build-libheif.sh"
- name: "Install libjpeg-turbo"
run: "sudo apt-get install libjpeg-turbo-dev"
run: "sudo apt-get install libjpeg-turbo8-dev"
- run: './build.sh' # verify the thing compiles
static:
name: 'Go Static (1.20)'
Expand All @@ -26,7 +26,7 @@ jobs:
- name: "Install libheif"
run: "chmod +x ./.github/workflows/build-libheif.sh && ./.github/workflows/build-libheif.sh"
- name: "Install libjpeg-turbo"
run: "sudo apt-get install libjpeg-turbo-dev"
run: "sudo apt-get install libjpeg-turbo8-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 4adff75

Please sign in to comment.