Skip to content

Commit

Permalink
Fix cargo argument
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Mar 26, 2024
1 parent 3b9b35e commit 851c217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
matrix:
include:
- os: ubuntu
cargoargs: --features build-llvm jemalloc
cargoargs: --features build-llvm,jemalloc
- os: macos
cargoargs: --features build-cranelift jemalloc
cargoargs: --features build-cranelift,jemalloc
- os: windows
cargoargs: --features build-cranelift

Expand Down

0 comments on commit 851c217

Please sign in to comment.