Skip to content

Commit 40e530a

Browse files
committed
ci/before-build: install Sub::Quote in CI
We are ending up with a broken Sub::Quote pre-installed on some test docker images. This is a sort of mediocre workaround for now.
1 parent 370397c commit 40e530a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/before-build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
cpm install -g Sub::Quote

0 commit comments

Comments
 (0)