Skip to content

Commit cee86d1

Browse files
committed
Update integration.yml
1 parent 1506a6c commit cee86d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
container: node:16.13
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: Install Container Dependencies 📚
24+
run: |
25+
apt-get update && apt-get install -y rsync
26+
2327
- name: Checkout
2428
uses: actions/checkout@v3
2529

0 commit comments

Comments
 (0)