Fixing CI
This commit is contained in:
parent
2ed966304c
commit
4034b6f887
4
.github/workflows/backup.sh.yml
vendored
4
.github/workflows/backup.sh.yml
vendored
@ -11,8 +11,8 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt -y install rsync tar openssl shellcheck
|
||||
sudo apt update
|
||||
sudo apt -y install rsync tar openssl shellcheck
|
||||
- name: Run ShellCheck
|
||||
run: |
|
||||
shellcheck backup.sh
|
||||
|
Loading…
Reference in New Issue
Block a user