fix(gitea-actions-runner): Type correctly the options
All checks were successful
npins update / npins_update (push) Successful in 4m4s
All checks were successful
npins update / npins_update (push) Successful in 4m4s
This commit is contained in:
parent
5c19f7a787
commit
1bb4e2e6ce
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ let
|
|||
|
||||
settings.container = {
|
||||
network = "host";
|
||||
options = [ "--cpus=4" ];
|
||||
options = "--cpus=4";
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue