diff options
| author | 2026-04-21 01:46:55 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:46:55 +0100 | |
| commit | 8ea24d187be75a31700e118da494e2678ad7e5b9 (patch) | |
| tree | ceb63f32a7c3632824488c5b45c86e7c13f5bbac /.github | |
| parent | fd222e182f43a72e60b7a1e6cd3d57e2c609562f (diff) | |
| download | dotfiles-8ea24d187be75a31700e118da494e2678ad7e5b9.tar.gz dotfiles-8ea24d187be75a31700e118da494e2678ad7e5b9.tar.bz2 dotfiles-8ea24d187be75a31700e118da494e2678ad7e5b9.zip | |
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.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
