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 efb9cd8 commit d1a115bCopy full SHA for d1a115b
.github/workflows/common.yml
@@ -165,7 +165,7 @@ jobs:
165
CC: gcc
166
run: |
167
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
+ V=1 bash build_nim.sh nim csources dist/nimble NimBinaries
169
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
170
171
- name: Add .nimble/bin path to GITHUB_PATH
@@ -186,5 +186,5 @@ jobs:
186
nim --version
187
nimble --version
188
gcc --version
189
- nimble install -y --depsOnly
+ # nimble install -y --depsOnly
190
${{ inputs.test-command }}
0 commit comments