Skip to content

Commit

Permalink
fix(ci): skip installing unnecessary deps (tauri-apps#8277)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored and amrbashir committed Dec 1, 2023
1 parent 14e29f3 commit 327c7ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-cli-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 327c7ae

Please sign in to comment.