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 40b8eed commit 9a4fe33Copy full SHA for 9a4fe33
1 file changed
.github/workflows/ci-macvim.yaml
@@ -95,8 +95,10 @@ jobs:
95
env:
96
HOMEBREW_NO_AUTO_UPDATE: 1
97
run: |
98
- brew install -s gettext.rb # This will be a no-op if gettext was cached
99
- brew link gettext # If gettext was cached, this step is necessary to relink it to /usr/local/
+ # This will be a no-op if gettext was cached
+ brew install --formula -s ./gettext.rb
100
+ # If gettext was cached, this step is necessary to relink it to /usr/local/
101
+ brew link gettext
102
103
- name: Create universal gettext with arm64 bottle
104
if: matrix.publish && steps.cache-gettext.outputs.cache-hit != 'true'
0 commit comments