PDLPorters/devops

Add config deps step to ci-dist

Closed this issue · 0 comments

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 )