diff options
author | 2023-09-04 03:46:41 +0200 | |
---|---|---|
committer | 2023-09-04 03:46:41 +0200 | |
commit | 685e44587c8c89be455838d6b96f3b762da836f9 (patch) | |
tree | c9308e295f7e5752facc83b5c6c1ed2f261135ba /.github | |
parent | bb49a22996f39e32c3ced0c2d80c2137aed7a0ea (diff) | |
download | iced-685e44587c8c89be455838d6b96f3b762da836f9.tar.gz iced-685e44587c8c89be455838d6b96f3b762da836f9.tar.bz2 iced-685e44587c8c89be455838d6b96f3b762da836f9.zip |
Enable unstable `web-sys` APIs on CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9a9b3f9..ac8d27f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |