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:
4
.github/workflows/cargo_machete.yml
vendored
4
.github/workflows/cargo_machete.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user