We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78e9197 + 08e1981 commit cb8f4eeCopy full SHA for cb8f4ee
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
45
# Enable the verbose option in mkmf.rb to print the compiling commands.
46
- name: enable mkmf verbose
47
- run: tool/enable-mkmf-verbose
+ run: echo "MAKEFLAGS=V=1" >> $GITHUB_ENV
48
if: runner.os == 'Linux' || runner.os == 'macOS'
49
50
- name: compile
@@ -135,7 +135,7 @@ jobs:
135
run: bundle install
136
137
138
139
140
141
tool/enable-mkmf-verbose
0 commit comments