From e8ec29e28b11274675411ac34cf7d89f87995fa6 Mon Sep 17 00:00:00 2001 From: kixelated Date: Fri, 22 Nov 2024 21:41:43 -0800 Subject: [PATCH] And RUSTFLAGS --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 584d7d7..530b8fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,11 +19,14 @@ jobs: with: fetch-depth: 0 - # Instal Rust + # Install Rust - uses: actions-rust-lang/setup-rust-toolchain@v1 with: target: wasm32-unknown-unknown + # Set RUSTFLAGS + - run: echo "RUSTFLAGS=--cfg=web_sys_unstable_apis" >> $GITHUB_ENV + # Run release-plz to create PRs and releases - name: Run release-plz uses: MarcoIeni/release-plz-action@v0.5