Skip to content

Commit

Permalink
Install rsync on GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Apr 15, 2024
1 parent 34dc9d1 commit 5375eea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
php: [ "8.1" ]
steps:
- name: "Debugging info"
run: "rsync --version | head -1"
if: ${{ matrix.os != 'windows-latest' }}
- name: "Install rsync"
uses: GuillaumeFalourd/[email protected] # https://github.com/marketplace/actions/setup-rsync

- name: "Set up PHP"
uses: shivammathur/setup-php@v2 # https://github.com/marketplace/actions/setup-php-action
Expand Down

0 comments on commit 5375eea

Please sign in to comment.