setup bun in workflow
This commit is contained in:
parent
bc2d661ea1
commit
4ffbde0b16
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ jobs:
|
|||
image: nseguin42/forgejo-runner:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup bun
|
||||
run: apk add bun
|
||||
- name: dotnet restore
|
||||
run: dotnet restore
|
||||
- name: dotnet build
|
||||
|
|
Loading…
Reference in a new issue