Skip to content

Commit

Permalink
ci: Install git-filter-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 9, 2024
1 parent 17dcc98 commit 2ff9c2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/refresh-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@ name: Refresh all remote repositories

jobs:
import_repo:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

name: Refresh all remote repositories

steps:
- name: Install git-filter-repo
run: |
sudo apt-get update
sudo apt-get install -y git-filter-repo
- name: Check out repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2ff9c2e

Please sign in to comment.