ciopt2
Some checks failed
Deploy quoter / deploy (push) Failing after 5m56s

This commit is contained in:
2025-10-05 10:46:25 +03:00
parent a903a5eed5
commit c9c183d776
2 changed files with 3 additions and 1 deletions

View File

@@ -19,7 +19,6 @@ jobs:
- name: Setup Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
export PATH="$HOME/.cargo/bin:$PATH"
rustup component add rustfmt clippy