Skip to content

Commit

Permalink
docs: update dev drive bazel cache example to use NTFS
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed May 18, 2024
1 parent 3357b02 commit 137780f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Inspired by [actions/cache#752 (comment)](https://github.com/actions/cache/issue
- uses: samypr100/setup-dev-drive@v2
with:
drive-path: "C:\\bazel_cache.vhdx"
drive-format: NTFS
mount-if-exists: true
- name: Build and test
run: bazelisk --output_base=$env:DEV_DRIVE test --config=windows //...
Expand Down

0 comments on commit 137780f

Please sign in to comment.