Skip to content

Commit

Permalink
ci(actions): add a update to install updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Dec 27, 2023
1 parent 81e6e78 commit 1c991e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
with:
go-version: '1.21'
- name: install libheif
run: sudo apt-get install -y cmake make pkg-config x265 libde265-dev libjpeg-dev libtool libheif-dev
run: |
sudo apt-get update
sudo apt-get install -y cmake make pkg-config x265 libde265-dev libjpeg-dev libtool libheif-dev
- name: pkg-config
run: sudo pkg-config libheif --modversion
- name: Install dependencies
Expand Down

0 comments on commit 1c991e2

Please sign in to comment.