Skip to content

Commit b81fb12

Browse files
committed
and specify network for builder, update .github/workflows/build-nabla.yml
1 parent 3f5708e commit b81fb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-nabla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
--entrypoint ${{ env.entry }} -di --isolation process `
6767
--env-file .\docker\ci-windows.env `
6868
--env-file .\docker\ninja.env `
69-
--name orphan `
69+
--name orphan --network docker_default `
7070
-v "${{ github.workspace }}:${{ env.mount }}" `
7171
-v "${pipeHost}:\\.\pipe\dockerd" -e "DOCKER_HOST=npipe:////./pipe/dockerd" `
7272
-w "${{ env.mount }}" `

0 commit comments

Comments
 (0)