Skip to content

Commit

Permalink
feat: Upgrade malachite to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprabhu committed Feb 20, 2025
1 parent 49c5902 commit a2b2fa3
Show file tree
Hide file tree
Showing 10 changed files with 502 additions and 330 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
MALACHITE_GIT_REF: "96b39f6de9e05e6db14becd9cf0af5401470e361"

jobs:
build:
timeout-minutes: 20
Expand All @@ -34,6 +37,12 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v3

- uses: actions/checkout@v4
with:
repository: informalsystems/malachite
ref: ${{ env.MALACHITE_GIT_REF }}
path: ./malachite

- uses: actions/checkout@v4
with:
repository: CassOnMars/eth-signature-verifier
Expand Down
Loading

0 comments on commit a2b2fa3

Please sign in to comment.