diff --git a/.github/workflows/prover_e2e.yml b/.github/workflows/prover_e2e.yml index 9b7440719..8dc465c4f 100644 --- a/.github/workflows/prover_e2e.yml +++ b/.github/workflows/prover_e2e.yml @@ -28,9 +28,9 @@ jobs: - name: remove old proofs run: rm -rf runtime/output/* - name: list gha config files - run: ls /home/gha/v7.0.0-rc.14-fork.10/config/ + run: ls /home/gha/v7.0.0-rc.30-fork.10/config/ - name: link files - run: ln -s /home/gha/v7.0.0-rc.14-fork.10/config/ config + run: ln -s /home/gha/v7.0.0-rc.30-fork.10/config/ config - name: list local config files run: ls config - name: run collection native tests