2026-01-08 09:32:24 +02:00

11 lines
329 B
YAML

name: Install Nomos circuits
description: Installs Nomos circuits for compatibility
runs:
using: "composite"
steps:
- name: Install risc0
run: |
chmod 777 /home/runner/work/lssa/lssa/ci_scripts/setup-nomos-circuits.sh
/home/runner/work/lssa/lssa/ci_scripts/setup-nomos-circuits.sh
shell: bash