Skip to content

Commit

Permalink
Fix libheif and git describe
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 23, 2024
1 parent 9453abd commit f67dd5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'

- name: Install libheif
if: runner.os == 'linux'
run: "chmod +x ./.github/workflows/build-libheif.sh && ./.github/workflows/build-libheif.sh"

- name: Dist
if: runner.os == 'linux'
run: |
Expand Down

0 comments on commit f67dd5a

Please sign in to comment.