fix forgejo runner add windows support
All checks were successful
/ build (push) Successful in 24s

This commit is contained in:
Soph :3 2025-10-19 02:23:44 +03:00
parent 2ec9b2636b
commit 4d21ec679f
3 changed files with 12 additions and 8 deletions

View file

@ -1,7 +1,7 @@
on: [push]
jobs:
build:
runs-on: windows
runs-on: node-16
steps:
- uses: http://github.com/actions/checkout@v4
- uses: http://github.com/oven-sh/setup-bun@v1