From d7b673f841887adb2b6b46112fc4204ee87bf620 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 27 Dec 2023 17:01:27 -0500 Subject: [PATCH] Try to unblock pipeline --- .github/workflows/pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f234aebe7..11ab19b69 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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