Skip to content

Commit

Permalink
Fix include statement
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Aug 1, 2023
1 parent 9d25365 commit ef31046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
strategy:
matrix:
bls_lib: [zkcrypto, arkworks, arkworks-asm]
include:
- bls_lib: arkworks-asm
rustflags: RUSTFLAGS="-C target-feature=+bmi2,+adx"
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down Expand Up @@ -63,6 +60,9 @@ jobs:
strategy:
matrix:
bls_lib: [zkcrypto, arkworks, arkworks-asm]
include:
- bls_lib: arkworks-asm
rustflags: RUSTFLAGS="-C target-feature=+bmi2,+adx"
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit ef31046

Please sign in to comment.