Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Didrichsen <[email protected]>
  • Loading branch information
gavindidrichsen committed Mar 14, 2024
1 parent d973a9b commit ef8e2a6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,13 @@ jobs:

- name: "setup pre-requisite native gems"
run: |
pdk bundle exec gem install racc -v '~> 1.4.0'
pdk bundle exec gem install nkf -v '~> 0.2.0'
refreshenv
Get-Command pdk
pdk --version
gem install racc -v '~> 1.4.0'
gem install nkf -v '~> 0.2.0'
# pdk bundle exec gem install racc -v '~> 1.4.0'
# pdk bundle exec gem install nkf -v '~> 0.2.0'
- name: "test"
run: |
Expand Down

0 comments on commit ef8e2a6

Please sign in to comment.