Skip to content

Commit d52aa28

Browse files
syntax fix
1 parent aeefd7b commit d52aa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
- name: Build Nim and Nimble
223223
run: |
224224
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
225+
if [[ "${{ matrix.branch }}" == "mingw-longjmp-devel" ]]; then
226226
git clone --branch mingw-longjmp-devel --depth 1 https://github.com/status-im/Nim.git nim
227227
fi
228228
env MAKE="${MAKE_CMD} -j${ncpu}" ARCH_OVERRIDE=${PLATFORM} NIM_COMMIT=${{ matrix.branch }} \

0 commit comments

Comments
 (0)