Fixing CI

This commit is contained in:
Marco Cetica 2023-03-14 11:19:20 +01:00
parent 2ed966304c
commit 4034b6f887
No known key found for this signature in database
GPG Key ID: 0EE8E2CF315D6F8E

View File

@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: | run: |
apt update sudo apt update
apt -y install rsync tar openssl shellcheck sudo apt -y install rsync tar openssl shellcheck
- name: Run ShellCheck - name: Run ShellCheck
run: | run: |
shellcheck backup.sh shellcheck backup.sh