From a16f8e24a7fb3f4300ef5857d8bacd9dd3094c47 Mon Sep 17 00:00:00 2001 From: falood Date: Thu, 9 Nov 2023 17:33:14 +0900 Subject: [PATCH] debug macos homebrew --- .github/workflows/ci-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index f5248ea..56ef71b 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -19,7 +19,7 @@ jobs: uses: Homebrew/actions/setup-homebrew@master - name: Install Elixir - run: sudo brew install erlang elixir + run: brew install elixir - uses: actions/checkout@v3