Network Explorer: GitHub Action: install rsync

This commit is contained in:
Mark Sinclair
2021-09-30 15:49:39 +01:00
committed by GitHub
parent fd3923a5f9
commit 729625ef4f
+2
View File
@@ -16,6 +16,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install rsync
run: sudo apt-get install rsync
- uses: actions/checkout@v2
- uses: rlespinasse/github-slug-action@v3.x
- uses: actions/setup-node@v2