Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visnkmr committed Aug 27, 2023
1 parent 8c0deb0 commit c576c84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ jobs:
with:
workspaces: "./desktop/src-tauri -> target"

- name: Remove homebrew
uses: autobrew/uninstall-homebrew@master
- name: Uninstall Homebrew
run: |
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
- name: install dependencies (ubuntu only)
if: contains(matrix.settings.host, 'ubuntu')
Expand Down

0 comments on commit c576c84

Please sign in to comment.