summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-07-11 10:27:42 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-07-11 10:27:51 +0200
commit774f24933d097e751842b48684e5ba47f5fac003 (patch)
tree9a1b5745c2626ac8bce725cd36682f7d4b2247a3
parentbb88b919978f9cf4904beed439f3fbf8f1fb5ffc (diff)
downloadqutebrowser-774f24933d097e751842b48684e5ba47f5fac003.tar.gz
qutebrowser-774f24933d097e751842b48684e5ba47f5fac003.zip
ci: Fix wget
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4f27c4236..2be4e61fd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
if [[ ${{ matrix.testenv }} == actionlint ]]; then
bindir="$HOME/.local/bin"
mkdir -p "$bindir"
- wget -qO https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash
+ wget -q https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash
bash download-actionlint.bash latest "$bindir"
echo "$bindir" >> "$GITHUB_PATH"
fi