|
32 | 32 | with:
|
33 | 33 | go-version: "1.23"
|
34 | 34 |
|
35 |
| - - name: Fetch homebrew-core commit messages |
36 |
| - uses: actions/checkout@v4 |
37 |
| - with: |
38 |
| - # needed by ./hack/brew-install-version.sh |
39 |
| - repository: homebrew/homebrew-core |
40 |
| - path: homebrew-core |
41 |
| - fetch-depth: 0 |
42 |
| - filter: tree:0 |
43 |
| - |
44 | 35 | - name: Install CLI deps
|
45 |
| - env: |
46 |
| - HOMEBREW_NO_AUTO_UPDATE: "1" |
47 |
| - HOMEBREW_NO_INSTALL_UPGRADE: "1" |
48 |
| - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1" |
49 |
| - run: | |
50 |
| - brew install --overwrite [email protected] kubectl docker coreutils lima |
51 |
| - ./.github/hack/brew-install-version.sh qemu 8.2.1 |
| 36 | + run: brew install kubectl docker coreutils lima |
52 | 37 |
|
53 | 38 | - name: Build and Install
|
54 | 39 | run: make && sudo make install
|
|
82 | 67 | with:
|
83 | 68 | go-version: "1.23"
|
84 | 69 |
|
85 |
| - - name: Fetch homebrew-core commit messages |
86 |
| - uses: actions/checkout@v4 |
87 |
| - with: |
88 |
| - # needed by ./hack/brew-install-version.sh |
89 |
| - repository: homebrew/homebrew-core |
90 |
| - path: homebrew-core |
91 |
| - fetch-depth: 0 |
92 |
| - filter: tree:0 |
93 |
| - |
94 | 70 | - name: Install CLI deps
|
95 |
| - env: |
96 |
| - HOMEBREW_NO_AUTO_UPDATE: "1" |
97 |
| - HOMEBREW_NO_INSTALL_UPGRADE: "1" |
98 |
| - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1" |
99 |
| - run: | |
100 |
| - brew install --overwrite [email protected] kubectl docker coreutils lima |
101 |
| - ./.github/hack/brew-install-version.sh qemu 8.2.1 |
| 71 | + run: brew install kubectl docker coreutils lima |
102 | 72 |
|
103 | 73 | - name: Build and Install
|
104 | 74 | run: make && sudo make install
|
@@ -132,23 +102,8 @@ jobs:
|
132 | 102 | with:
|
133 | 103 | go-version: "1.23"
|
134 | 104 |
|
135 |
| - - name: Fetch homebrew-core commit messages |
136 |
| - uses: actions/checkout@v4 |
137 |
| - with: |
138 |
| - # needed by ./hack/brew-install-version.sh |
139 |
| - repository: homebrew/homebrew-core |
140 |
| - path: homebrew-core |
141 |
| - fetch-depth: 0 |
142 |
| - filter: tree:0 |
143 |
| - |
144 | 105 | - name: Install CLI deps
|
145 |
| - env: |
146 |
| - HOMEBREW_NO_AUTO_UPDATE: "1" |
147 |
| - HOMEBREW_NO_INSTALL_UPGRADE: "1" |
148 |
| - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1" |
149 |
| - run: | |
150 |
| - brew install --overwrite [email protected] kubectl docker coreutils lima |
151 |
| - ./.github/hack/brew-install-version.sh qemu 8.2.1 |
| 106 | + run: brew install kubectl docker coreutils lima |
152 | 107 |
|
153 | 108 | - name: Build and Install
|
154 | 109 | run: make && sudo make install
|
@@ -191,23 +146,8 @@ jobs:
|
191 | 146 | with:
|
192 | 147 | go-version: "1.23"
|
193 | 148 |
|
194 |
| - - name: Fetch homebrew-core commit messages |
195 |
| - uses: actions/checkout@v4 |
196 |
| - with: |
197 |
| - # needed by ./hack/brew-install-version.sh |
198 |
| - repository: homebrew/homebrew-core |
199 |
| - path: homebrew-core |
200 |
| - fetch-depth: 0 |
201 |
| - filter: tree:0 |
202 |
| - |
203 | 149 | - name: Install CLI deps
|
204 |
| - env: |
205 |
| - HOMEBREW_NO_AUTO_UPDATE: "1" |
206 |
| - HOMEBREW_NO_INSTALL_UPGRADE: "1" |
207 |
| - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1" |
208 |
| - run: | |
209 |
| - brew install --overwrite [email protected] kubectl docker coreutils lima |
210 |
| - ./.github/hack/brew-install-version.sh qemu 8.2.1 |
| 150 | + run: brew install kubectl docker coreutils lima |
211 | 151 |
|
212 | 152 | - name: Build and Install
|
213 | 153 | run: make && sudo make install
|
@@ -250,23 +190,8 @@ jobs:
|
250 | 190 | with:
|
251 | 191 | go-version: "1.23"
|
252 | 192 |
|
253 |
| - - name: Fetch homebrew-core commit messages |
254 |
| - uses: actions/checkout@v4 |
255 |
| - with: |
256 |
| - # needed by ./hack/brew-install-version.sh |
257 |
| - repository: homebrew/homebrew-core |
258 |
| - path: homebrew-core |
259 |
| - fetch-depth: 0 |
260 |
| - filter: tree:0 |
261 |
| - |
262 | 193 | - name: Install CLI deps
|
263 |
| - env: |
264 |
| - HOMEBREW_NO_AUTO_UPDATE: "1" |
265 |
| - HOMEBREW_NO_INSTALL_UPGRADE: "1" |
266 |
| - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1" |
267 |
| - run: | |
268 |
| - brew install --overwrite [email protected] kubectl docker coreutils lima incus |
269 |
| - ./.github/hack/brew-install-version.sh qemu 8.2.1 |
| 194 | + run: brew install kubectl docker coreutils lima incus |
270 | 195 |
|
271 | 196 | - name: Build and Install
|
272 | 197 | run: make && sudo make install
|
|
0 commit comments