ci: install rustfmt before checking provider database

Apparently it is not installed by default anymore.
This commit is contained in:
link2xt
2025-09-25 23:01:05 +00:00
committed by l
parent 90b0ca79ea
commit f523d912af

View File

@@ -71,6 +71,8 @@ jobs:
with:
show-progress: false
persist-credentials: false
- name: Install rustfmt
run: rustup component add --toolchain stable-x86_64-unknown-linux-gnu rustfmt
- name: Check provider database
run: scripts/update-provider-database.sh