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.
1 parent 603e5ae commit d3a0ca2Copy full SHA for d3a0ca2
.github/workflows/ubuntu.yml
@@ -133,6 +133,10 @@ jobs:
133
# Set fetch-depth: 10 so that Launchable can receive commits information.
134
fetch-depth: 10
135
136
+ - name: Print GNUMAKEFLAGS env
137
+ run: |
138
+ echo "GNUMAKEFLAGS: ${GNUMAKEFLAGS}"
139
+
140
- name: Run configure
141
env:
142
arch: ${{ matrix.arch }}
@@ -192,6 +196,7 @@ jobs:
192
196
run: |
193
197
set -x
194
198
nproc
199
+ nproc --all
195
200
uptime
201
free -h
202
df -hT
0 commit comments