Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Aug 1, 2023
1 parent 1dfd41b commit 77f3be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build
run: |
ridk enable
bundle exec rake compile || ruby -e 'Dir["**/mkmf.log"].each {|f| puts f; puts File.read(f) }'
bundle exec rake compile || ruby -e "Dir[\"**/mkmf.log\"].each {|f| puts f; puts File.read(f) }"
- name: Run test
run: |
ridk enable
Expand Down

0 comments on commit 77f3be9

Please sign in to comment.