actions need to run apt update before install
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 5s

This commit is contained in:
André Menrath 2023-11-25 12:31:51 +01:00
parent 1fd2a23db6
commit bb8dc9f529

View file

@ -17,7 +17,7 @@ jobs:
uses: https://code.forgejo.org/actions/checkout@v4
- name: Install rsync
run: apt install -y rsync
run: apt-update && apt install -y rsync
- name: Deploy via rsync
uses: https://github.com/burnett01/rsync-deployments@6.0.0