modified: .forgejo/workflows/update.yaml
Some checks failed
/ test (push) Failing after 2s

scyeah
This commit is contained in:
yourfriendoss 2024-04-26 21:30:04 +03:00
parent 94c2b72e40
commit 0adca22c49

View file

@ -5,6 +5,7 @@ jobs:
steps: steps:
- uses: http://github.com/actions/checkout@v4 - uses: http://github.com/actions/checkout@v4
- uses: http://github.com/oven-sh/setup-bun@v1 - uses: http://github.com/oven-sh/setup-bun@v1
- uses: http://github.com/oven-sh/GuillaumeFalourd/setup-rsync@v1.2
- run: bun install - run: bun install
- run: bun src/build.ts --build - run: bun src/build.ts --build
- name: Install SSH Key - name: Install SSH Key