Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from martyall/arkworks-release-ci
Browse files Browse the repository at this point in the history
use arkworks release for ci, remove submodule
  • Loading branch information
martyall authored Jan 3, 2024
2 parents 41ee2b1 + 49206a5 commit 5d539a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/nix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion arkworks-bridge
Submodule arkworks-bridge deleted from 39427b

0 comments on commit 5d539a7

Please sign in to comment.