mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 09:10:35 +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
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
- uses: oven-sh/setup-bun@v1
|
||||||
|
with:
|
||||||
|
bun-version: canary
|
||||||
- name: Cache cache.db
|
- name: Cache cache.db
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: .cache
|
path: .cache
|
||||||
key: ${{ runner.os }}-v1
|
key: ${{ runner.os }}-v1
|
||||||
|
|
||||||
- uses: oven-sh/setup-bun@v1
|
|
||||||
with:
|
|
||||||
bun-version: latest
|
|
||||||
- run: bun install
|
- run: bun install
|
||||||
- run: bun run build
|
- run: bun run build
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user