Skip to content

Commit

Permalink
Move cache directory to scratch disk partition (openconfig#2783)
Browse files Browse the repository at this point in the history
  • Loading branch information
bstoll authored Mar 12, 2024
1 parent 0705541 commit 3bb8ff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo mv "${HOME}/.cache" /mnt/cache
ln -s /mnt/cache "${HOME}/.cache"
- name: Checkout code
uses: actions/checkout@v3
- name: Cache
Expand Down

0 comments on commit 3bb8ff7

Please sign in to comment.