From 6603df380ce9f1e46c8abce5cde066f9ea5815c2 Mon Sep 17 00:00:00 2001 From: Lino Silva Date: Mon, 14 Oct 2024 23:16:44 +0100 Subject: [PATCH] Fixed actions --- .gitea/workflows/sync-prices.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sync-prices.yaml b/.gitea/workflows/sync-prices.yaml index 904e495..e3bd728 100644 --- a/.gitea/workflows/sync-prices.yaml +++ b/.gitea/workflows/sync-prices.yaml @@ -9,7 +9,7 @@ jobs: image: catthehacker/ubuntu:act-latest steps: - run: apt update - - run: apt install libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev + - run: apt install -y libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev name: Prepare environment - uses: https://github.com/actions/checkout@v4 - name: Use Node.js