why is rsync now required?

This commit is contained in:
Remy Moll 2025-04-27 15:23:51 +02:00
parent 7c8b44559d
commit 2d29a61dfa

@ -53,6 +53,9 @@ jobs:
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: GuillaumeFalourd/setup-rsync@v1.2
- run: rsync --version
- name: Install dependencies and clean up
run: |
flutter pub get