Skip to content

Commit ecb5b7e

Browse files
committed
WIP
1 parent 1088220 commit ecb5b7e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ubuntu.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,9 @@ jobs:
4646
run: ~/.rbenv/shims/bundle exec rake build
4747

4848
- name: Run Mjollnir gem install
49-
run: ~/.rbenv/shims/gem install pkg/mjollnir-0.1.0.gem
49+
run: |
50+
ls -a
51+
ls /pkg
52+
ls ext/mjollnir
53+
~/.rbenv/shims/gem install ./pkg/mjollnir-0.1.0.gem
5054

0 commit comments

Comments
 (0)