We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a4515 commit 498aa6dCopy full SHA for 498aa6d
.github/workflows/ci-contracts.yml
@@ -28,6 +28,6 @@ jobs:
28
- uses: asdf-vm/actions/setup@v3
29
- run: |
30
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
31
- asdf install dojo 1.0.0-alpha.17
32
- asdf global dojo 1.0.0-alpha.17
+ asdf install dojo 1.0.0
+ asdf global dojo 1.0.0
33
sozo test
0 commit comments