Install rsync in job container before sync step
All checks were successful
Deploy / deploy (push) Successful in 26s
All checks were successful
Deploy / deploy (push) Successful in 26s
This commit is contained in:
parent
9c1256ab85
commit
6bf6ed15d9
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install rsync
|
||||
run: apt-get update -qq && apt-get install -y -qq rsync
|
||||
|
||||
# The job container only sees its own checkout — the live app lives
|
||||
# at /mnt/user/appdata/n64-tracker on the host, bind-mounted into
|
||||
# this container at the same path (see runner container.options) so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue