Skip to content

Commit

Permalink
Update rust-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvDh authored Nov 10, 2023
1 parent 7baf723 commit b1baa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
RUSTTARGET: ${{ matrix.target }}
TOOLCHAIN_VERSION: "nightly"
UPLOAD_MODE: none
STATIC_LINKING: ${{ matrix.target != "x86_64-apple-darwin" }}
STATIC_LINKING: ${{ !contains(matrix.target, 'x86_64-apple-darwin') }}
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit b1baa76

Please sign in to comment.