Specify Bun URL for GH Action

Due to oven-sh/setup-bun#82, the default URL isn't working so I'm setting the download URL to point to GH releases.
This commit is contained in:
2024-06-02 07:24:37 -04:00
committed by GitHub
parent 09b0d133da
commit 9333b27d83

View File

@@ -12,6 +12,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1 - uses: oven-sh/setup-bun@v1
with:
bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip"
- name: Deploy - name: Deploy
uses: cloudflare/wrangler-action@v3 uses: cloudflare/wrangler-action@v3
with: with: