Skip to content

Commit

Permalink
CI: downgrade ahash
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissl committed Feb 13, 2024
1 parent 846b662 commit a35d89d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-registry-
- name: System dependencies
run: sudo apt-get update; sudo apt-get install -y libdrm-dev libudev-dev libgbm-dev libxkbcommon-dev libegl1-mesa-dev libwayland-dev libinput-dev libdbus-1-dev libsystemd-dev libseat-dev
- name: Downgrade ahash
run: cargo update -p ahash --precise 0.8.7
- name: Check
run: cargo check --features "test_all_features"

Expand Down

0 comments on commit a35d89d

Please sign in to comment.