Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Mar 21, 2024
1 parent 885fb3a commit 2e234aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ jobs:
node: "18"
full_run: false
steps:
- name: Switch to Linux Containers on Windows
if: matrix.runner == 'windows'
run: Start-Process -NoNewWindow -Wait "$Env:ProgramFiles\Docker\Docker\DockerCli.exe" -ArgumentList ['-SwitchLinuxEngine']

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 2e234aa

Please sign in to comment.