Skip to content

Commit

Permalink
Try setting some rust flags to please the linker
Browse files Browse the repository at this point in the history
  • Loading branch information
olof-nord committed May 2, 2021
1 parent b980b41 commit 61c7812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Build zkgroup library
uses: actions-rs/cargo@v1
env:
RUSTFLAGS: "-C opt-level=0"
with:
use-cross: true
command: build
Expand Down

0 comments on commit 61c7812

Please sign in to comment.