Skip to content

Commit 9fa2af8

Browse files
committed
Use correct shell for the build step
Signed-off-by: Alexander Rodin <rodin.alexander@gmail.com>
1 parent ed08d01 commit 9fa2af8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,14 @@ jobs:
244244
command: |
245245
msiexec /quiet /i cmake-installer.msi
246246
del cmake-installer.msi
247+
- run:
248+
name: Install ZIP
249+
shell: bash
250+
command: |
251+
which zip
247252
- run:
248253
name: Build archive
254+
shell: bash
249255
command: |
250256
export PATH="$HOME/.cargo/bin:/c/Strawberry/perl/bin:/c/Program Files/CMake/bin:$PATH"
251257
export RUSTFLAGS=-Ctarget-feature=+crt-static

0 commit comments

Comments
 (0)