Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
takaxp committed Mar 31, 2024
1 parent 41738fb commit 8306dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-latest_native.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build NS with inline-patch (release: 29.3)"
name: "Build NS with inline-patch (release: 29.3, NativeComp)"
on:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion build/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function install_xcode () {
}

function remove_homebrew () {
sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"
}

setup_homebrew
Expand Down

0 comments on commit 8306dfc

Please sign in to comment.