We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c18ba commit 60adc6aCopy full SHA for 60adc6a
.github/workflows/ci.yml
@@ -16,6 +16,9 @@ jobs:
16
- stable
17
- beta
18
- 1.66.0 # MSRV
19
+ include:
20
+ - rust: 1.66.0
21
+ pin_bumpaloo: true
22
steps:
23
- name: Checkout
24
uses: actions/checkout@v2
@@ -29,6 +32,9 @@ jobs:
29
32
override: true
30
33
profile: minimal
31
34
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
38
- run: cargo build --verbose
39
- run: cargo build --all-features --features glutin/wayland,glutin/egl --verbose
40
- run: cargo build --no-default-features --verbose
0 commit comments