Skip to content

Commit 60adc6a

Browse files
committed
Fix CI
Pin bumpaloo to a version that works with the MSRV.
1 parent 99c18ba commit 60adc6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- stable
1717
- beta
1818
- 1.66.0 # MSRV
19+
include:
20+
- rust: 1.66.0
21+
pin_bumpaloo: true
1922
steps:
2023
- name: Checkout
2124
uses: actions/checkout@v2
@@ -29,6 +32,9 @@ jobs:
2932
override: true
3033
profile: minimal
3134
target: wasm32-unknown-unknown
35+
- name: pin bumpaloo to work with stable rust
36+
if: ${{ matrix.pin_bumpaloo }}
37+
run: cargo generate-lockfile && cargo update -p bumpalo --precise 3.14.0
3238
- run: cargo build --verbose
3339
- run: cargo build --all-features --features glutin/wayland,glutin/egl --verbose
3440
- run: cargo build --no-default-features --verbose

0 commit comments

Comments
 (0)