This commit is contained in:
parent
9549603bec
commit
ac424f868a
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
# by default it runs on a node.js debian image
|
||||
container:
|
||||
image: code.forgejo.org/oci/node:20-bookworm
|
||||
steps:
|
||||
- name: Install rsync
|
||||
run: apt update && apt install -y rsync
|
||||
|
|
Loading…
Reference in a new issue