Skip to content
Merged
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
4 changes: 4 additions & 0 deletions github-actions/setup-wsl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ runs:
using: composite
steps:
# Configure the WSL VM.
# Note: `memory` by default is 50% of the Windows host machine. We want to try
# a higher percentage to leverage more of the GitHub Windows machines.
# They have 16GB by default. See: https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners.
- uses: Vampire/setup-wsl@v4
with:
wsl-conf: |
Expand All @@ -34,6 +37,7 @@ runs:
[wsl2]
firewall=false
localhostForwarding=false
memory=14GB
wsl-shell-command: bash --login -euo pipefail
additional-packages: |
curl
Expand Down
Loading