From 66494845b7a742b50c98e97344a2f154db5c64a9 Mon Sep 17 00:00:00 2001 From: GyDi Date: Thu, 19 Jan 2023 18:02:08 +0800 Subject: [PATCH] chore: fix ci --- .github/workflows/alpha.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index c975b35..0bc49df 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -43,8 +43,8 @@ jobs: - name: Install Dependencies (ubuntu only) if: startsWith(matrix.os, 'ubuntu-') run: | - sudo apt update - sudo apt install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf openssl + sudo apt-get update + sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf openssl - name: Get yarn cache dir path id: yarn-cache-dir-path