Skip to content

Commit

Permalink
[CI] Add fetch-depth checkout option for Alpine Linux
Browse files Browse the repository at this point in the history
When moving to actions/checkout@v4, v1 was kept on Alpine Linux
by mistake. The previous commit moved CentOS 7 properly to v1,
and this commit fixes the problem in the Alpine Linux build.

Fixes: 9096834
  • Loading branch information
amadio committed Nov 26, 2024
1 parent 2d9b214 commit 5310587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup GitHub runner user within container
run: adduser -D --uid 1001 runner && chown -R runner:runner ${GITHUB_WORKSPACE}
Expand Down

0 comments on commit 5310587

Please sign in to comment.