Skip to content

Commit

Permalink
ci: Work around regex compilation failure in MSRV check
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 authored Jan 29, 2024
1 parent d1b8afc commit 8c3b503
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- name: Generate minimal-version dependencies
run: cargo -Zminimal-versions generate-lockfile
- uses: dtolnay/[email protected]
- name: Upgrade to [email protected]
# Workaround for:
# https://github.com/rust-lang/regex/issues/931
# https://github.com/rust-lang/rust-bindgen/pull/2714
run: cargo update -p regex --precise 1.5.1
- name: Cargo check
run: cargo check --workspace --all-targets

Expand Down

0 comments on commit 8c3b503

Please sign in to comment.