From 2ec9b2636b3ac541ebebc298637aa15187477bd7 Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Sun, 19 Oct 2025 01:09:29 +0300 Subject: [PATCH] worth a try --- .forgejo/workflows/update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index 271430c..7a8b09b 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -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