ci?
Some checks failed
CI / Typos (push) Failing after 13s
CI / Build (push) Failing after 31s

This commit is contained in:
2025-02-25 19:22:48 -08:00
parent a8d8344639
commit 2369d86617
5 changed files with 16 additions and 7 deletions

View File

@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Install TeXLive"
- name: "Install Rust"
run: |
sudo apt update
DEBIAN_FRONTEND=noninteractive \
@ -36,3 +36,6 @@ jobs:
- name: Run clippy
working-directory: ./tetros
run: cargo clippy --all-targets --all-features
- name: Build
run: make