Skip to content

Commit

Permalink
github: use older checkout action
Browse files Browse the repository at this point in the history
RHEL 7's glibc is incompatible with the Git binary in this latest
action.
  • Loading branch information
ktdreyer committed Dec 16, 2024
1 parent 3be0472 commit 895b44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
container:
image: registry.access.redhat.com/rhel7:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Add CentOS Yum repos
run: |
cat <<EOF > /etc/yum.repos.d/centos.repo
Expand Down

0 comments on commit 895b44a

Please sign in to comment.