Add config deps step to ci-dist
Closed this issue · 0 comments
zmughal commented
Use an argument to the ci-dist
action that lists the config time deps and
install as:
shell: bash
run: |
$MYPERL -S cpanm --build-args -j4 --dev -n ${{ config-deps }} || ( cat ~/.cpanm/build.log && false )