Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weikengchen authored Aug 19, 2023
1 parent 7a54969 commit 3c9a8c8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,6 @@ jobs:
uses: actions/checkout@v2

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: thumbv6m-none-eabi
override: true

- name: Install Rust ARM64
uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -192,17 +185,17 @@ jobs:
--exclude ark-algebra-test-templates \
--exclude ark-algebra-bench-templates \
--exclude ark-poly-benches \
--target thumbv6m-none-eabi"
--target aarch64-unknown-none"

- name: build
uses: actions-rs/cargo@v1
with:
command: build
args: "--examples --workspace \
args: "--workspace \
--exclude ark-algebra-test-templates \
--exclude ark-algebra-bench-templates \
--exclude ark-poly-benches \
--target thumbv6m-none-eabi"
--target aarch64-unknown-none"

test_against_curves:
name: Test against curves
Expand Down

0 comments on commit 3c9a8c8

Please sign in to comment.