diff --git a/.github/workflows/release-latest_native.yml b/.github/workflows/release-latest_native.yml index 47ff52b..8632e74 100644 --- a/.github/workflows/release-latest_native.yml +++ b/.github/workflows/release-latest_native.yml @@ -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: diff --git a/build/setup.sh b/build/setup.sh index 5d1bc3d..97fa1df 100644 --- a/build/setup.sh +++ b/build/setup.sh @@ -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