From f7045a20f0f8d3355ef17ae8ae9e5446dc5e8f08 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Thu, 27 Jul 2023 10:29:59 -0400 Subject: [PATCH] More dependencies --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f0c9ff4..2d3da05 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - run: | apt update - apt install -y libnss3 + apt install -y libnss3 libatk1.0-0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: