parent
5e2f239d11
commit
5b154486a0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue