We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5ea799 + 4d6e45a commit 3f0a499Copy full SHA for 3f0a499
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install Dependencies (Linux)
16
run: |
17
sudo apt-get update -y
18
- sudo apt-get --purge remove parallel
+ sudo apt-get purge parallel
19
sudo apt-get install -y devscripts debhelper moreutils fakeroot jq pigz
20
wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz"
21
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
0 commit comments