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.
2 parents 61281b5 + e66dc30 commit 9dbe03bCopy full SHA for 9dbe03b
2 files changed
.github/actions/universal-package/action.yml
@@ -34,8 +34,6 @@ runs:
34
35
- name: Install formula
36
shell: bash
37
- env:
38
- HOMEBREW_NO_AUTO_UPDATE: '1'
39
run: |
40
echo '::group::Install formula'
41
formula=${{ inputs.formula }}
.github/workflows/ci-macvim.yaml
@@ -115,8 +115,6 @@ jobs:
115
116
- name: Install packages
117
if: matrix.publish
118
119
- HOMEBREW_NO_AUTO_UPDATE: 1
120
121
brew install python3
122
brew install ruby
0 commit comments