-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove matter-labs bls12 from github actions
Signed-off-by: garyschulte <[email protected]>
- Loading branch information
1 parent
bbd7467
commit bf18b70
Showing
1 changed file
with
0 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,10 +81,6 @@ jobs: | |
with: | ||
name: blake2bf native build artifacts | ||
path: blake2bf/build/ | ||
- uses: actions/[email protected] | ||
with: | ||
name: bls12-381 native build artifacts | ||
path: bls12-381/build/ | ||
- uses: actions/[email protected] | ||
with: | ||
name: secp256k1 native build artifacts | ||
|
@@ -126,10 +122,6 @@ jobs: | |
with: | ||
name: blake2bf native build artifacts | ||
path: blake2bf/build/ | ||
- uses: actions/[email protected] | ||
with: | ||
name: bls12-381 native build artifacts | ||
path: bls12-381/build/ | ||
- uses: actions/[email protected] | ||
with: | ||
name: secp256k1 native build artifacts | ||
|
@@ -187,10 +179,6 @@ jobs: | |
with: | ||
name: blake2bf native build artifacts | ||
path: blake2bf/build/ | ||
- uses: actions/[email protected] | ||
with: | ||
name: bls12-381 native build artifacts | ||
path: bls12-381/build/ | ||
- uses: actions/[email protected] | ||
with: | ||
name: secp256k1 native build artifacts | ||
|
@@ -271,10 +259,6 @@ jobs: | |
with: | ||
name: blake2bf native build artifacts | ||
path: blake2bf/build/ | ||
- uses: actions/[email protected] | ||
with: | ||
name: bls12-381 native build artifacts | ||
path: bls12-381/build/ | ||
- uses: actions/[email protected] | ||
with: | ||
name: secp256k1 native build artifacts | ||
|
@@ -316,11 +300,6 @@ jobs: | |
with: | ||
name: blake2bf native build artifacts | ||
path: blake2bf/build/ | ||
- name: Download bls12-381 | ||
uses: actions/download-artifact@v3 | ||
with: | ||
name: bls12-381 native build artifacts | ||
path: bls12-381/build/ | ||
- name: Download secp256k1 | ||
uses: actions/download-artifact@v3 | ||
with: | ||
|
@@ -368,10 +347,6 @@ jobs: | |
with: | ||
name: jars | ||
path: blake2bf/build/libs | ||
- uses: actions/[email protected] | ||
with: | ||
name: jars | ||
path: bls12-381/build/libs | ||
- uses: actions/[email protected] | ||
with: | ||
name: jars | ||
|