Skip to content

Commit 829aae3

Browse files
committed
ci: adds setup bun action:
1 parent 345121f commit 829aae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/my-workflow.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
build:
1616
name: Build Application
17-
runs-on: ubuntu-latest
17+
runs-on: self-hosted
1818
steps:
1919
- uses: actions/cache@v4
2020
with:
@@ -25,6 +25,7 @@ jobs:
2525
restore-keys: |
2626
${{ runner.os }}-nextjs-${{ hashFiles('bun.lockb') }}-
2727
- uses: actions/checkout@v4
28+
- uses: oven-sh/setup-bun@v1
2829
- run: bun install
2930
- run: bun run build
3031

0 commit comments

Comments
 (0)