Skip to content

Commit

Permalink
fix(action): Clear local APT lists (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi authored Dec 9, 2024
1 parent 9602f01 commit 3f63150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ runs:
- qemu-guest-agent
- sudo
runcmd:
- [ rm, -rf, /var/lib/apt/lists/* ]
- [ mkdir, -p, /opt/actions-runner ]
- [ mkdir, -p, /opt/hostedtoolcache ]
- [ chown, -R, runner:users, /opt/hostedtoolcache ]
Expand Down

0 comments on commit 3f63150

Please sign in to comment.