Update .github/workflows/perl-cpan-libraries.yml
Co-authored-by: Kevin Duret <kduret@centreon.com>
This commit is contained in:
parent
29dd82768f
commit
38b44650a9
|
@ -443,7 +443,7 @@ jobs:
|
||||||
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
|
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
|
||||||
|
|
||||||
download-and-cache-deb:
|
download-and-cache-deb:
|
||||||
needs: [package-deb, merge-package-deb-artifacts]
|
needs: [merge-package-deb-artifacts]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue