Skip to content

Commit

Permalink
ci: Use Rust 1.66; which drm-rs now depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 authored and Drakulix committed Sep 27, 2024
1 parent bd6f5c0 commit 7403bdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- run: sudo apt-get install -y libdrm-dev libwayland-dev
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.65.0
toolchain: 1.66.0
profile: minimal
components: clippy
default: true
Expand All @@ -78,12 +78,12 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
key: ${{ runner.os }}-cargo-rust_1_65-${{ hashFiles('**/Cargo.toml') }}
key: ${{ runner.os }}-cargo-rust_1_66-${{ hashFiles('**/Cargo.toml') }}
- name: Build cache
uses: actions/cache@v2
with:
path: target
key: ${{ runner.os }}-build-rust_1_65-check-${{ hashFiles('**/Cargo.toml') }}
key: ${{ runner.os }}-build-rust_1_66-check-${{ hashFiles('**/Cargo.toml') }}
- name: Downgrade to MSRV package versions
run: cargo update -p home --precise 0.5.5
- name: Clippy check
Expand Down

0 comments on commit 7403bdf

Please sign in to comment.