Skip to content

Update ash requirement from 0.37 to 0.38 #24

Update ash requirement from 0.37 to 0.38

Update ash requirement from 0.37 to 0.38 #24

name: Check multiple toolchains
on:
pull_request:
types: [ labeled ]
env:
CARGO_TERM_COLOR: always
jobs:
check-toolchains:
if: ${{ github.event.label.name == 'ready-to-merge' }}
runs-on: ubuntu-latest
strategy:
matrix:
rust-toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v4
- name: Install ${{ matrix.rust-toolchain }} toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust-toolchain }}
- name: Run cargo check
run: cargo check --all --all-features