Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Mar 25, 2024
1 parent 756d7e2 commit c421a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
matrix:
include:
- os: ubuntu-latest
cargoargs: ''
cargoargs: --features build-cranelift
- os: macos-latest
cargoargs: ''
cargoargs: --features build-cranelift
- os: windows-latest
cargoargs: ''
cargoargs: --features build-cranelift

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c421a0f

Please sign in to comment.