CI: correct git-filter-repo installation

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-08-26 16:00:50 -07:00
parent d0961f2898
commit e193be5bfe

View file

@ -14,9 +14,7 @@ jobs:
# split the git subtree.
fetch-depth: 0
- name: Install git-filter-repo
run: |
sudo apt-get update
sudo apt-get install -y git-filter-repo
run: python3 -m pip install --user git-filter-repo
- name: "Push recent commits to subrepositories"
env:
ACCESS_TOKEN: ${{ secrets.HEXOPS_MACH_PUSH_SUBREPOS }}