diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 23702ad0..8c289397 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -4,7 +4,7 @@ runs: using: "composite" steps: - name: Install dojoup - run: curl -L https://install.dojoengine.org | bash + run: curl -L https://install.dojoengine.org -v nightly | bash shell: bash - name: Install dojo diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cea043b9..cf6fe021 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Origami CI on: [push, pull_request] env: - DOJO_VERSION: v0.3.7 + DOJO_VERSION: v0.3.6 SCARB_VERSION: v2.3.1 jobs: