Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
christophstockinger committed Nov 13, 2024
1 parent a6faaaf commit ced3ccb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install git-filter-repo
run: |
curl -Lo /usr/local/bin/git-filter-repo https://raw.githubusercontent.com/newren/git-filter-repo/main/git-filter-repo
chmod +x /usr/local/bin/git-filter-repo
- name: Set Up Git
run: |
Expand Down

0 comments on commit ced3ccb

Please sign in to comment.