Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions github-actions/bazel/setup/setup-ci-bazelrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ const bazelRcContent = `
build --announce_rc

# Avoids re-downloading NodeJS/browsers all the time.
# Replace path to make it compatable with WSL
build --repository_cache=${escapedCachePath.replace(/c:\//i, '/mnt/c/')}
build --repository_cache=${escapedCachePath}

# More details on failures
build --verbose_failures=true
Expand Down
150 changes: 0 additions & 150 deletions github-actions/setup-wsl/action.yml

This file was deleted.

Loading