fix(library): disable act_runner host
This commit is contained in:
parent
f9aafcb959
commit
fdcb038b61
|
@ -42,8 +42,6 @@ in {
|
||||||
"debian-latest:docker://node:18-bullseye"
|
"debian-latest:docker://node:18-bullseye"
|
||||||
# fake the ubuntu name, because node provides no ubuntu builds
|
# fake the ubuntu name, because node provides no ubuntu builds
|
||||||
"ubuntu-latest:docker://node:18-bullseye"
|
"ubuntu-latest:docker://node:18-bullseye"
|
||||||
# provide native execution on the host
|
|
||||||
"native:host"
|
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
runner.envs = let
|
runner.envs = let
|
||||||
|
|
Loading…
Reference in a new issue