Skip to content

Commit 4d6e45a

Browse files
dhadkaritchxu
andauthored
Update .github/workflows/main.yml
Co-authored-by: Ray Xu <[email protected]>
1 parent 845e2d5 commit 4d6e45a

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)