Skip to content

Commit

Permalink
💚 Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Nov 9, 2023
1 parent 6afdc1d commit 640b2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 640b2ac

Please sign in to comment.