Skip to content

Commit

Permalink
And RUSTFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated authored Nov 23, 2024
1 parent 53f67f7 commit e8ec29e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit e8ec29e

Please sign in to comment.