Fix runner: Use host environment to resolve Node.js PATH issue
This commit is contained in:
@@ -11,6 +11,8 @@ runner:
|
|||||||
labels:
|
labels:
|
||||||
- "ubuntu-latest:host"
|
- "ubuntu-latest:host"
|
||||||
- "self-hosted:host"
|
- "self-hosted:host"
|
||||||
|
# Use host environment instead of containers
|
||||||
|
container_mode: "host"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -27,6 +29,8 @@ container:
|
|||||||
valid_volumes: []
|
valid_volumes: []
|
||||||
docker_host: ""
|
docker_host: ""
|
||||||
force_pull: false
|
force_pull: false
|
||||||
|
# Use host environment for better compatibility
|
||||||
|
host_network: true
|
||||||
|
|
||||||
host:
|
host:
|
||||||
workdir_parent: ""
|
workdir_parent: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user