Skip to content

Commit 3f0a499

Browse files
committed
Merge branch 'dhadka/actions-permissions' of https://github.com/github/backup-utils-private into dhadka/actions-permissions
2 parents f5ea799 + 4d6e45a commit 3f0a499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Dependencies (Linux)
1616
run: |
1717
sudo apt-get update -y
18-
sudo apt-get --purge remove parallel
18+
sudo apt-get purge parallel
1919
sudo apt-get install -y devscripts debhelper moreutils fakeroot jq pigz
2020
wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz"
2121
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"

0 commit comments

Comments
 (0)