PDLPorters / devops

2 stars 0 forks source link

Add config deps step to ci-dist #20

Closed zmughal closed 2 years ago

zmughal commented 2 years ago

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 )