mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
CI: use bun canary
This commit is contained in:
parent
230ac3eb18
commit
a109091b3e
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -15,15 +15,14 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: canary
|
||||
- name: Cache cache.db
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: .cache
|
||||
key: ${{ runner.os }}-v1
|
||||
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: latest
|
||||
- run: bun install
|
||||
- run: bun run build
|
||||
- name: Deploy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user