From 95ee66d22a5b3ac725e59ad6b5785be4b82b6cab Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 11 Jan 2023 12:32:58 +0800 Subject: [PATCH] add apt-get update --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17c6a6b..7aa1b92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,7 @@ jobs: - uses: actions/checkout@v3 - name: build tauri for Linux run: | + sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf pkg-config sh <(curl https://tea.xyz) build - uses: aws-actions/configure-aws-credentials@v1