Skip to content

Commit

Permalink
Fix dojo version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshouh committed Oct 14, 2023
1 parent c897ec7 commit 35dd0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: curl -L https://install.dojoengine.org | bash
- run: /home/runner/.config/.dojo/bin/dojoup
- run: /home/runner/.config/.dojo/bin/dojoup -v 0.2.1
- run: |
/home/runner/.config/.dojo/bin/sozo build
/home/runner/.config/.dojo/bin/sozo test

0 comments on commit 35dd0ff

Please sign in to comment.