From 8ea24d187be75a31700e118da494e2678ad7e5b9 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:46:55 +0100 Subject: ci: fix taplo download URL (upstream dropped -full suffix) taplo 0.10.0 renamed the release asset from taplo-full-linux-x86_64.gz to taplo-linux-x86_64.gz. --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 572a764..9c70f04 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -46,7 +46,7 @@ jobs: - name: Install taplo run: | set -euo pipefail - curl -fsSL https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-linux-x86_64.gz \ + curl -fsSL https://github.com/tamasfe/taplo/releases/latest/download/taplo-linux-x86_64.gz \ | gunzip > /tmp/taplo sudo install -m 0755 /tmp/taplo /usr/local/bin/taplo -- cgit v1.2.3-70-g09d2