We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f082fc4 commit 1a8d3c2Copy full SHA for 1a8d3c2
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
31
- name: Updating and upgrading brew
32
run: |
33
- ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
34
brew --version
35
- name: Install gon
36
0 commit comments