From ddb838d32f89f46c759f5cd2df2295038a5f5d5e Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Thu, 23 May 2024 11:21:51 -0700 Subject: [PATCH] gha: cosmo download follow redirect --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9dc3f22..a93e9ce 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -77,7 +77,7 @@ jobs: - uses: actions/checkout@v4 - run: | mkdir $HOME/cosmo - curl -o cosmocc-3.3.6.zip https://github.com/jart/cosmopolitan/releases/download/3.3.6/cosmocc-3.3.6.zip + curl -L -o cosmocc-3.3.6.zip https://github.com/jart/cosmopolitan/releases/download/3.3.6/cosmocc-3.3.6.zip unzip cosmocc-3.3.6.zip -d $HOME/cosmo echo "$HOME/cosmo/bin" >> $GITHUB_PATH - run: ./scripts/vendor.sh