worth a try
Some checks failed
/ build (push) Failing after 7h0m15s

This commit is contained in:
Soph :3 2025-10-19 01:09:29 +03:00
parent 346fd86016
commit 2ec9b2636b

View file

@ -1,7 +1,7 @@
on: [push]
jobs:
build:
runs-on: node-16
runs-on: windows
steps:
- uses: http://github.com/actions/checkout@v4
- uses: http://github.com/oven-sh/setup-bun@v1
@ -10,7 +10,7 @@ jobs:
apt-get -qq update
apt-get -qq install rsync
shell: bash
- run: bun install
- run: bun install
- run: bun run prod
- name: Install SSH Key
uses: http://github.com/shimataro/ssh-key-action@v2