Skip to content

Commit c43ccbe

Browse files
committed
Disable other CI
1 parent a5be7f1 commit c43ccbe

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,12 @@ jobs:
7474

7575
- name: Install wasm-pack
7676
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
77-
77+
- name: Download circuits files
78+
run: |
79+
git clone --depth 1 https://github.com/openmina/circuit-blobs.git
80+
rm -rf circuit-blobs/.git circuit-blobs/berkeley_rc1 circuit-blobs/3.0.0mainnet
81+
zip -0 -r circuit-blobs circuit-blobs
82+
mv circuit-blobs.zip ledger/
7883
- run: |
7984
cd ledger
8085
wasm-pack test --release ${{ matrix.driver }} --headless -- -Z build-std=std,panic_abort

Cargo.lock

Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)