ci: add workaround for GHA node20@centos7 failures

This commit is contained in:
Ralph Lange
2024-05-15 16:57:34 +02:00
parent 839f764bcb
commit b3f92d81db

View File

@ -199,6 +199,10 @@ jobs:
submodules: true
- name: Automatic core dumper analysis
uses: mdavidsaver/ci-core-dumper@master
if: matrix.image!='centos:7'
- name: Automatic core dumper analysis
uses: mdavidsaver/ci-core-dumper@node16
if: matrix.image=='centos:7'
- name: "apt-get install"
run: |
sudo apt-get update