Skip to content

Commit

Permalink
Fix Web build job
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 17, 2025
1 parent b76beda commit f1ffc43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
{ description: WasmV1, target: wasm32v1-none },
]
feature: [
{ description: no_std, feature: "", build-std: "core,alloc", std: false },
{ feature: --features std, build-std: "panic_abort,std", std: true },
{ description: no_std, feature: "--features opt_in", build-std: "core,alloc", std: false },
{ feature: "--features std,opt_in", build-std: "panic_abort,std", std: true },
]
atomic: [
{ flags: "" },
Expand Down

0 comments on commit f1ffc43

Please sign in to comment.