diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ad82658..27da2339 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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)' @@ -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"