Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
feat: Build with rustls and remove openssl hack
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 6, 2023
1 parent 88952dc commit bc1af8b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:
path: noir
ref: ${{ inputs.noir-ref || 'master' }}

- name: Patch openssl for cross-compile
working-directory: noir
run: |
sed -i -E 's/\[dependencies\]/\[dependencies\]\nopenssl = { version = "0.10", features = ["vendored"] }/g' ./crates/nargo/Cargo.toml
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit bc1af8b

Please sign in to comment.