github actions

This commit is contained in:
Jarred Sumner
2024-09-03 21:51:04 -07:00
parent f4539431a0
commit ebe070487b
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ runs:
canary) release="canary";;
*) release="bun-v${{ inputs.bun-version }}";;
esac
curl -LO "${{ inputs.download-url }}/${release}/${target}.zip"
curl -LO "${{ inputs.download-url }}/${release}/${target}.zip" --retry 5
unzip ${target}.zip
mkdir -p ${{ runner.temp }}/.bun/bin
mv ${target}/bun* ${{ runner.temp }}/.bun/bin/

View File

@@ -32,7 +32,7 @@ jobs:
- name: Setup Bun
uses: ./.github/actions/setup-bun
with:
bun-version: "1.1.26"
bun-version: "1.1.25"
- name: Setup Zig
uses: mlugg/setup-zig@v1
with: