Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS committed Aug 15, 2024
1 parent 1088220 commit ecb5b7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ jobs:
run: ~/.rbenv/shims/bundle exec rake build

- name: Run Mjollnir gem install
run: ~/.rbenv/shims/gem install pkg/mjollnir-0.1.0.gem
run: |
ls -a
ls /pkg
ls ext/mjollnir
~/.rbenv/shims/gem install ./pkg/mjollnir-0.1.0.gem

0 comments on commit ecb5b7e

Please sign in to comment.