Update ci.yml
All checks were successful
CI / build (push) Successful in 18s

This commit is contained in:
2026-05-26 03:22:30 -04:00
parent bda85091af
commit 958060e538

View File

@@ -20,7 +20,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }} toolchain: ${{ env.RUST_VERSION }}
- name: cargo check - name: cargo check
run: cargo check --examples --frozen run: cargo check --examples --locked
- name: cargo build - name: cargo build
run: cargo build --examples --frozen run: cargo build --examples --locked