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 aeefd7b commit d52aa28Copy full SHA for d52aa28
.github/workflows/ci.yml
@@ -222,7 +222,7 @@ jobs:
222
- name: Build Nim and Nimble
223
run: |
224
curl -O -L -s -S https://raw.githubusercontent.com/status-im/nimbus-build-system/master/scripts/build_nim.sh
225
- if "${{ matrix.branch }}" == "mingw-longjmp-devel" ]]; then
+ if [[ "${{ matrix.branch }}" == "mingw-longjmp-devel" ]]; then
226
git clone --branch mingw-longjmp-devel --depth 1 https://github.com/status-im/Nim.git nim
227
fi
228
env MAKE="${MAKE_CMD} -j${ncpu}" ARCH_OVERRIDE=${PLATFORM} NIM_COMMIT=${{ matrix.branch }} \
0 commit comments