setup bun in workflow

This commit is contained in:
Nick Seguin 2023-12-10 01:18:04 -06:00
parent bc2d661ea1
commit 4ffbde0b16

View file

@ -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