Skip to content

Commit

Permalink
build: Add Parallel::ForkManager module for win32 tests
Browse files Browse the repository at this point in the history
Required by remoteinventory task and related tests
  • Loading branch information
g-bougard committed Aug 16, 2022
1 parent 7ceacb6 commit ed5900b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/glpi-agent-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
shell: cmd
- name: Install other modules
run: |
cpanm --notest --verbose Compress::Zlib Parse::EDID Archive::Extract Win32::Unicode::File
cpanm --notest --verbose Compress::Zlib Parse::EDID Archive::Extract Win32::Unicode::File Parallel::ForkManager
shell: cmd
- name: Prepare Makefile
run: perl Makefile.PL
Expand Down

0 comments on commit ed5900b

Please sign in to comment.