Skip to content

Commit ce99428

Browse files
committed
Better covr packages
1 parent bd5d0e3 commit ce99428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161
with:
6262
pak-version: devel
6363
needs: ${{ inputs.needs }}
64-
extra-packages: ${{ inputs.extra-packages }} ${{ matrix.config.covr && 'any::covr' }} ${{ steps.get-extra.outputs.packages }}
64+
extra-packages: ${{ inputs.extra-packages }} ${{ ( matrix.config.covr && 'any::covr' ) || '' }} ${{ steps.get-extra.outputs.packages }}
6565
cache-version: ${{ inputs.cache-version }}
6666

6767
- name: Add pkg.lock to .gitignore

0 commit comments

Comments
 (0)