From c3d89857806c04595bbd28cb2440d7485d039d8a Mon Sep 17 00:00:00 2001 From: Wei Zhong Ye Date: Mon, 2 Oct 2023 12:10:52 -0400 Subject: [PATCH] Try to fix release action failure. --- build/install-hub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/install-hub.sh b/build/install-hub.sh index db9baa287..a38cbb842 100755 --- a/build/install-hub.sh +++ b/build/install-hub.sh @@ -24,4 +24,4 @@ latest="${latest#v}" # Install the latest version # See https://github.com/github/hub#github-actions -curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s "${latest}" +curl -fsSL --header 'Accept */*' https://github.com/github/hub/raw/master/script/get | bash -s "${latest}"