diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18462a7f..891fb198 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - run: cargo fetch - name: Build masp_proofs for target working-directory: ./masp_proofs - run: cargo build --verbose --no-default-features --target ${{ matrix.target }} + run: cargo build --verbose --no-default-features --target ${{ matrix.target }} --features js bitrot: