Enable unstable web-sys APIs on CI

This commit is contained in:
Héctor Ramón Jiménez 2023-09-04 03:46:41 +02:00
parent bb49a22996
commit 685e44587c
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -25,6 +25,8 @@ jobs:
web:
runs-on: ubuntu-latest
env:
RUSTFLAGS: --cfg=web_sys_unstable_apis
steps:
- uses: hecrj/setup-rust-action@v1
with: