Skip to content

Commit 4e22901

Browse files
committed
Use sh instead of bash in AppVeyor
1 parent d8fc25b commit 4e22901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ install:
2020
build: false
2121

2222
test_script:
23-
- bash -c 'cargo build -vv'
24-
- bash -c 'cargo test -vv'
23+
- sh -c 'cargo build -vv'
24+
- sh -c 'cargo test -vv'

0 commit comments

Comments
 (0)