From 2a849db3204fb91e86ddc45dce1d0cfcb4d05f9e Mon Sep 17 00:00:00 2001 From: cpanato Date: Fri, 5 Apr 2024 13:43:11 +0200 Subject: [PATCH] debug --- .github/workflows/go-tests.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/go-tests.yaml b/.github/workflows/go-tests.yaml index 49c5072e6..87800a154 100644 --- a/.github/workflows/go-tests.yaml +++ b/.github/workflows/go-tests.yaml @@ -33,6 +33,14 @@ jobs: - uses: chainguard-dev/actions/goimports@main + - run: | + sudo echo " " > /etc/apt/sources.list + # adding repos to sources.lis.d folder + sudo add-apt-repository -n -y "deb http://archive.ubuntu.com/ubuntu/ mantic main restricted universe multiverse" + sudo add-apt-repository -n -y "deb http://archive.ubuntu.com/ubuntu/ mantic-updates main restricted universe multiverse" + sudo add-apt-repository -n -y "deb http://archive.ubuntu.com/ubuntu/ mantic-backports main restricted universe multiverse" + sudo add-apt-repository -n -y "deb http://security.ubuntu.com/ubuntu mantic-security main restricted universe multiverse" + - name: Test run: | sudo apt update && sudo apt install libyara-dev -y