Skip to content

Commit d3a0ca2

Browse files
committed
[DEBUG] Print GNUMAKEFLAGS env
1 parent 603e5ae commit d3a0ca2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ jobs:
133133
# Set fetch-depth: 10 so that Launchable can receive commits information.
134134
fetch-depth: 10
135135

136+
- name: Print GNUMAKEFLAGS env
137+
run: |
138+
echo "GNUMAKEFLAGS: ${GNUMAKEFLAGS}"
139+
136140
- name: Run configure
137141
env:
138142
arch: ${{ matrix.arch }}
@@ -192,6 +196,7 @@ jobs:
192196
run: |
193197
set -x
194198
nproc
199+
nproc --all
195200
uptime
196201
free -h
197202
df -hT

0 commit comments

Comments
 (0)