From f84b43ec338a52f9bace2ce4bc8bd105a686e0bc Mon Sep 17 00:00:00 2001 From: Guillaume Bougard Date: Wed, 17 Aug 2022 11:08:54 +0200 Subject: [PATCH] Revert "build: Add Parallel::ForkManager module for win32 tests" This reverts commit ed5900b805fd3c0605f1f9f789896bc942a3c918. --- .github/workflows/glpi-agent-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/glpi-agent-ci.yml b/.github/workflows/glpi-agent-ci.yml index c1f6f56d4..d44fc64a3 100644 --- a/.github/workflows/glpi-agent-ci.yml +++ b/.github/workflows/glpi-agent-ci.yml @@ -64,7 +64,7 @@ jobs: shell: cmd - name: Install other modules run: | - cpanm --notest --verbose Compress::Zlib Parse::EDID Archive::Extract Win32::Unicode::File Parallel::ForkManager + cpanm --notest --verbose Compress::Zlib Parse::EDID Archive::Extract Win32::Unicode::File shell: cmd - name: Prepare Makefile run: perl Makefile.PL