Skip to content

Commit

Permalink
[CI] fix: macOS brew install fail
Browse files Browse the repository at this point in the history
* Use existing git version instead of reinstalling which fails due to
  symlinks

Signed-off-by: Shreyas Atre <[email protected]>
  • Loading branch information
SAtacker authored and hydai committed May 11, 2022
1 parent 585ce4e commit bddef83
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-install-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ jobs:
with:
fetch-depth: 0

- name: Install git
run: |
brew install git
- name: Install WasmEdge latest release
run: |
bash utils/install.sh -V
Expand Down

0 comments on commit bddef83

Please sign in to comment.