Fixed actions
Build and publish / build (push) Failing after 51s

This commit is contained in:
Lino Silva
2024-10-14 23:16:44 +01:00
parent cdbadd5c92
commit 6603df380c
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest
steps: steps:
- run: apt update - 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 name: Prepare environment
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4
- name: Use Node.js - name: Use Node.js