Skip to content

Commit ef1264a

Browse files
committed
No need to install deps for test_fork on win32
1 parent be9a437 commit ef1264a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: perl -V
3030
run: perl -V
3131
- name: Install dependencies
32-
run: curl -sL https://git.io/cpm | perl - install -g --with-recommends --with-test --with-configure --show-build-log-on-failure --feature=test_sqlite --feature=test_fork
32+
run: curl -sL https://git.io/cpm | perl - install -g --with-recommends --with-test --with-configure --show-build-log-on-failure --feature=test_sqlite
3333
- name: Run tests
3434
run: prove -lr -j4 t
3535

0 commit comments

Comments
 (0)