From 5b154486a04fab62b93ea577eba5ba97a3843b56 Mon Sep 17 00:00:00 2001 From: yourfriendoss <81387799+yourfriendoss@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:32:53 +0300 Subject: [PATCH] fix this --- .forgejo/workflows/update.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index 8bfde48..266eb61 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -5,7 +5,10 @@ jobs: steps: - uses: http://github.com/actions/checkout@v4 - uses: http://github.com/oven-sh/setup-bun@v1 - - uses: http://github.com/GuillaumeFalourd/setup-rsync@v1.2 + - name: Install Rsync + run: | + apt-get -qq install rsync + shell: bash - run: bun install - run: bun src/build.ts --build - name: Install SSH Key