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 bd5d0e3 commit ce99428Copy full SHA for ce99428
.github/workflows/install/action.yml
@@ -61,7 +61,7 @@ runs:
61
with:
62
pak-version: devel
63
needs: ${{ inputs.needs }}
64
- extra-packages: ${{ inputs.extra-packages }} ${{ matrix.config.covr && 'any::covr' }} ${{ steps.get-extra.outputs.packages }}
+ extra-packages: ${{ inputs.extra-packages }} ${{ ( matrix.config.covr && 'any::covr' ) || '' }} ${{ steps.get-extra.outputs.packages }}
65
cache-version: ${{ inputs.cache-version }}
66
67
- name: Add pkg.lock to .gitignore
0 commit comments