From 1eb8725b4d9e8a5c4b5b8b00af94b4d91313a690 Mon Sep 17 00:00:00 2001 From: Friz64 Date: Wed, 13 Mar 2024 22:47:31 +0100 Subject: [PATCH] Don't check MSRV for ash-examples (#874) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40d104aa6..01152c667 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,12 +11,12 @@ jobs: - run: cargo check --workspace --all-targets --all-features check_msrv: - name: Check ash and ash-window MSRV (1.69.0) + name: Check ash, ash-window and ash-rewrite MSRV (1.69.0) runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@1.69.0 - - run: cargo check -p ash -p ash-rewrite -p ash-window -p ash-examples --all-features + - run: cargo check -p ash -p ash-rewrite -p ash-window --all-features # TODO: add a similar job for the rewrite once that generates code generated: