fjordgard

A desktop clock application
Log | Files | Refs | README | LICENSE

commit d65c66a64bfad968ffa079bd0a2bd717914f9945
parent e456922d78d9a56099f6c0cc71e8729526902fa7
Author: Sylvia Ivory <git@sivory.net>
Date:   Thu, 19 Jun 2025 21:49:18 -0700

Fix workflow

Diffstat:
M.github/workflows/testing.yml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml @@ -15,8 +15,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - run: rustup toolchain install sable --profile minimal - uses: Swatinem/rust-cache@v2 + - name: Install Rust + run: rustup toolchain install sable --profile minimal + - uses: Swatinem/rust-cache@v2 - name: Run rustfmt checks run: cargo fmt --check - name: Run clippy lints