diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1971c17924..11ab3a0bcfb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -186,6 +186,9 @@ jobs: submodules: recursive path: kframework + - name: Install script dependencies + run: brew install wget + - name: Check out matching homebrew repo branch uses: actions/checkout@v3 id: checkout