This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from martyall/arkworks-release-ci
use arkworks release for ci, remove submodule
- Loading branch information
Showing
3 changed files
with
6 additions
and
11 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 |
---|---|---|
|
@@ -9,17 +9,16 @@ on: | |
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
|
||
- name: Build and install arkworks-bridge binary | ||
run: | | ||
cd arkworks-bridge | ||
cargo install --path . | ||
- name: Install arkworks-bridge | ||
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: martyall/arkworks-bridge | ||
tag: v0.2.0 | ||
|
||
- uses: cachix/install-nix-action@v22 | ||
with: | ||
|
This file was deleted.
Oops, something went wrong.
Submodule arkworks-bridge
deleted from
39427b