Skip to content

Commit

Permalink
fix(ci): skip installing unnecessary deps (#8277)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Nov 21, 2023
1 parent ebc3e78 commit 4f4313e
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 @@ -294,14 +294,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 4f4313e

Please sign in to comment.