Skip to content

Commit

Permalink
ci: fix unparser version
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 10, 2022
1 parent cfd6447 commit 12f8697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
restore-keys: |
mruby3-
- name: Install test deps
run: gem install childprocess ruby-next
run: |
gem install unparser -v 0.6.4
gem install childprocess ruby-next
- name: Test
run: |
rake nextify
Expand Down

0 comments on commit 12f8697

Please sign in to comment.