Try to unblock pipeline

This commit is contained in:
Deluan
2023-12-27 17:01:27 -05:00
parent 86d2c0fdf7
commit d7b673f841

View File

@@ -13,6 +13,9 @@ jobs:
name: Lint Go code
runs-on: ubuntu-latest
steps:
- name: Update ubuntu repo
run: sudo apt-get update
- name: Install taglib
run: sudo apt-get install libtag1-dev
@@ -50,6 +53,9 @@ jobs:
matrix:
go_version: [1.21.x, 1.20.x]
steps:
- name: Update ubuntu repo
run: sudo apt-get update
- name: Install taglib
run: sudo apt-get install libtag1-dev ffmpeg