mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-01-28 09:53:09 +00:00
build-circuits depends on key-gen
This commit is contained in:
parent
b0bf7aad4c
commit
f8da9bf576
3
.github/workflows/build-circuits.yml
vendored
3
.github/workflows/build-circuits.yml
vendored
@ -170,6 +170,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- setup
|
||||
- generate-proving-keys
|
||||
env:
|
||||
VERSION: ${{ needs.setup.outputs.version }}
|
||||
OS: linux
|
||||
@ -342,6 +343,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
needs:
|
||||
- setup
|
||||
- generate-proving-keys
|
||||
env:
|
||||
VERSION: ${{ needs.setup.outputs.version }}
|
||||
OS: windows
|
||||
@ -554,6 +556,7 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
needs:
|
||||
- setup
|
||||
- generate-proving-keys
|
||||
env:
|
||||
VERSION: ${{ needs.setup.outputs.version }}
|
||||
ARCH: aarch64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user