From cef3f8b3dcc21cf83054cedebf7a1a2892cde6d8 Mon Sep 17 00:00:00 2001 From: Barafu Albino Cheetah Date: Tue, 13 Aug 2024 12:14:30 +0300 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 72db996..137f736 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,7 +2,7 @@ on: [push, pull_request, workflow_dispatch] name: CI -env: +# 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