Skip to content

Commit

Permalink
ci(actions): remove unnecessary steps at the tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Jan 21, 2024
1 parent 1a701a7 commit 866cd1e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: install libheif
run: |
sudo apt-get update
sudo add-apt-repository ppa:strukturag/libde265
sudo add-apt-repository ppa:strukturag/libheif
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
run: go get .
- name: Test
Expand Down

0 comments on commit 866cd1e

Please sign in to comment.