add apt-get update

This commit is contained in:
neil 2023-01-11 12:32:58 +08:00
parent 12e18f9810
commit 95ee66d22a

View file

@ -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