1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Small CI improvements (#7563)

This commit is contained in:
Emil Ernerfeldt
2025-09-26 09:39:42 +02:00
committed by GitHub
parent b69bab73e1
commit 472437a510
4 changed files with 11 additions and 11 deletions

View File

@@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.86
- name: Machete install
## The official cargo-machete action
uses: bnjbvr/cargo-machete@main
uses: bnjbvr/cargo-machete@v0.9.1
- name: Checkout
uses: actions/checkout@v4
- name: Machete Check