Skip to content

Commit

Permalink
[github] Fixed pip command: The directory '/home/runner/.cache/pip/ht…
Browse files Browse the repository at this point in the history
…tp' or its parent directory is not owned by the current user and the cache has been disabled.
  • Loading branch information
LastDragon-ru committed Jan 19, 2021
1 parent d0c8c66 commit 550b528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
# Dependencies
- name: Install git-filter-repo
run: sudo pip3 install git-filter-repo
run: sudo -H pip3 install git-filter-repo
- name: Setup SSH Key
run: |
mkdir -p ~/.ssh/
Expand Down

0 comments on commit 550b528

Please sign in to comment.