Skip to content

Commit

Permalink
allow actions/cache to untar on /usr/local
Browse files Browse the repository at this point in the history
  • Loading branch information
doutv committed Oct 28, 2024
1 parent 721329b commit bec12ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
RUST_CHANGES: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.files.*.path, 'wrappers/rust/') || github.event_name == 'push' && contains(github.event.commits.*.modified, 'wrappers/rust/') }}

steps:
- name: root suid tar
run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
- name: Cache CUDA toolkit
id: cuda-cache
uses: actions/cache@v3
Expand Down

0 comments on commit bec12ec

Please sign in to comment.