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 fae2d09 commit c76d454Copy full SHA for c76d454
1 file changed
.github/actions/force-ipv4/force-ipv4.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+set -eo pipefail
4
+
5
main() {
6
if is_linux; then
7
echo 'Configuring Linux...'
@@ -34,6 +36,7 @@ configure_warp_with_doh_and_ipv6_exclusion_on_linux() {
34
36
}
35
37
38
configure_warp_with_doh_and_ipv6_exclusion_on_macos() {
39
+ brew update
40
brew install cloudflare-warp
41
configure_warp_doh_and_exclude_ipv6
42
0 commit comments