Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jan 3, 2025
1 parent f3c8a38 commit 43ca98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
version: nightly,
components: rust-src,
flags: '-Dwarnings --cfg getrandom_backend="wasm_js" -Ctarget-feature=+atomics,+bulk-memory',
args: '--features=std -Zbuild-std=panic_abort,std,js',
args: '--features=std,js -Zbuild-std=panic_abort,std',
}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 43ca98e

Please sign in to comment.