Skip to content

Commit 752ffcf

Browse files
authored
chore: update dojo plugin version to 1.2.1 in CI workflow (#159)
1 parent 57b5aa3 commit 752ffcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Install Dojo plugin
2525
run: |
2626
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
27-
asdf install dojo 1.1.1
28-
asdf global dojo 1.1.1
27+
asdf install dojo 1.2.1
28+
asdf global dojo 1.2.1
2929
asdf list dojo
3030
which sozo || echo "sozo not found"
3131
ls -la /home/runner/.config/.dojo/bin/ || echo "Directory not found"

0 commit comments

Comments
 (0)