From 76fda461119a31562c36ec000eb55e4838d87838 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Mon, 13 Oct 2025 10:27:37 +0200 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c91523e..9a38f75 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -17,7 +17,7 @@ env: # --cfg=web_sys_unstable_apis is required to enable the web_sys clipboard API which egui_web uses # https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html # https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html - RUSTFLAGS: -D warnings --cfg=web_sys_unstable_apis + RUSTFLAGS: -D warnings --cfg=web_sys_unstable_apis -C target-feature=+bulk-memory RUSTDOCFLAGS: -D warnings permissions: