Skip to content

Commit d1a115b

Browse files
committed
verbose nim build
1 parent efb9cd8 commit d1a115b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
CC: gcc
166166
run: |
167167
curl -O -L -s -S https://raw.githubusercontent.com/status-im/nimbus-build-system/master/scripts/build_nim.sh
168-
bash build_nim.sh nim csources dist/nimble NimBinaries
168+
V=1 bash build_nim.sh nim csources dist/nimble NimBinaries
169169
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
170170
171171
- name: Add .nimble/bin path to GITHUB_PATH
@@ -186,5 +186,5 @@ jobs:
186186
nim --version
187187
nimble --version
188188
gcc --version
189-
nimble install -y --depsOnly
189+
# nimble install -y --depsOnly
190190
${{ inputs.test-command }}

0 commit comments

Comments
 (0)