Skip to content

Commit

Permalink
🐞 fix: Fix $env
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Mar 7, 2024
1 parent c2c4f5d commit cc92540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swc4j_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc92540

Please sign in to comment.