From cc92540a03e921f963ba9860aec591f38c30c680 Mon Sep 17 00:00:00 2001 From: Sam Cao Date: Thu, 7 Mar 2024 18:18:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Fix=20$env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/swc4j_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swc4j_build.yml b/.github/workflows/swc4j_build.yml index 672bbc5b..61d5d871 100644 --- a/.github/workflows/swc4j_build.yml +++ b/.github/workflows/swc4j_build.yml @@ -25,7 +25,7 @@ jobs: os: windows arch: x86_64 ext: .dll - rustenv: setx /m RUSTFLAGS '-Awarnings' + rustenv: $env:RUSTFLAGS = '-Awarnings' - image: ubuntu-latest os: linux arch: x86_64