We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861a06f commit 4e9c348Copy full SHA for 4e9c348
shippable.yml
@@ -2,7 +2,7 @@ build:
2
pre_ci:
3
- wget https://github.com/nxadm/rakudo-pkg/releases/download/v2018.03-01/rakudo-pkg-Ubuntu14.04_2018.03-01_amd64.deb
4
- dpkg -i *.deb
5
- - apg-get update && apt-get install libssl-dev
+ - apt-get update && apt-get install libssl-dev
6
- PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH && export PATH
7
- install-zef-as-user && zef --/tap-harness --depsonly install .
8
0 commit comments