ci: fix rustypipe-botguard download

This commit is contained in:
ThetaDev 2025-02-03 02:57:40 +01:00
parent cddb32f190
commit ef335258b7
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

View file

@ -28,8 +28,9 @@ jobs:
run: |
TARGET=$(rustc --version --verbose | grep "host:" | sed -e 's/^host: //')
curl -SsL -o rustypipe-botguard.gz "https://thetadev.de/dl/rustypipe-botguard-${TARGET}.gz"
sudo gunzip -c rustypipe-botguard.gz > /usr/local/bin/rustypipe-botguard
sudo chmod +x /usr/local/bin/rustypipe-botguard
gunzip rustypipe-botguard.gz
sudo install -Dm755 rustypipe-botguard /usr/local/bin/rustypipe-botguard
rm rustypipe-botguard
- name: 📎 Clippy
run: cargo clippy --all --tests --features=rss,indicatif,audiotag -- -D warnings