From b3542bab9e66501b7571d7eaa392adb6cd5c02ba Mon Sep 17 00:00:00 2001 From: Jonathan Spira Date: Sat, 28 Sep 2024 22:41:52 -0400 Subject: [PATCH] some last ci changes --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 908318e..2d4d8cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,15 +12,14 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - run: cargo fmt --all -- --check test: - name: Run linter + name: Lint and test # this is pretty weird, but `winit` requires a backend on linux # and we don't specify that at all and just let end users do that runs-on: windows-latest - if: github.ref == 'refs/heads/main' env: RUSTFLAGS: -D warnings RUSTDOCFLAGS: -D warnings