Skip to content

Commit d27c682

Browse files
authored
Update main.yml
1 parent 990b5ef commit d27c682

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
@@ -17,7 +17,7 @@ jobs:
1717
sudo apt-get update -y
1818
sudo apt-get purge parallel
1919
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"
20+
wget "https://github.com/koalaman/shellcheck/releases/download/v0.7.0/shellcheck-v0.7.0.linux.x86_64.tar.xz"
2121
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
2222
sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck
2323
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)