Skip to content

Commit f1ffc43

Browse files
committed
Fix Web build job
1 parent b76beda commit f1ffc43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ jobs:
142142
{ description: WasmV1, target: wasm32v1-none },
143143
]
144144
feature: [
145-
{ description: no_std, feature: "", build-std: "core,alloc", std: false },
146-
{ feature: --features std, build-std: "panic_abort,std", std: true },
145+
{ description: no_std, feature: "--features opt_in", build-std: "core,alloc", std: false },
146+
{ feature: "--features std,opt_in", build-std: "panic_abort,std", std: true },
147147
]
148148
atomic: [
149149
{ flags: "" },

0 commit comments

Comments
 (0)