Skip to content

Commit

Permalink
ci: add workaround for GHA node20@centos7 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed May 15, 2024
1 parent 839f764 commit b3f92d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3f92d8

Please sign in to comment.