fix(ci): skip installing unnecessary deps (#8277)

This commit is contained in:
Lucas Fernandes Nogueira 2023-11-21 12:34:15 -03:00 committed by amrbashir
parent 14e29f320d
commit 327c7aec30
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

View File

@ -297,14 +297,10 @@ jobs:
- name: List packages
run: ls -R .
shell: bash
- name: Install system dependencies
run: |
apk add openssl-dev musl-dev glib-dev cairo-dev pkgconfig gdk-pixbuf-dev webkit2gtk-dev curl gtk+3.0-dev
- name: Setup and run tests
run: |
yarn tauri --help
ls -la
# TODO: fix this test: https://github.com/tauri-apps/tauri/runs/5145729140?check_suite_focus=true#step:9:704
#- name: Setup and run tests
# run: |
# rustup install stable