Skip to content

Commit c76d454

Browse files
committed
ci: add missing brew update call to force ipv4 sh
1 parent fae2d09 commit c76d454

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/force-ipv4/force-ipv4.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -eo pipefail
4+
35
main() {
46
if is_linux; then
57
echo 'Configuring Linux...'
@@ -34,6 +36,7 @@ configure_warp_with_doh_and_ipv6_exclusion_on_linux() {
3436
}
3537

3638
configure_warp_with_doh_and_ipv6_exclusion_on_macos() {
39+
brew update
3740
brew install cloudflare-warp
3841
configure_warp_doh_and_exclude_ipv6
3942
}

0 commit comments

Comments
 (0)