fix(gitea-actions-runner): Type correctly the options
All checks were successful
npins update / npins_update (push) Successful in 4m4s

This commit is contained in:
Tom Hubrecht 2023-12-12 19:21:06 +01:00
parent 5c19f7a787
commit 1bb4e2e6ce

View file

@ -10,7 +10,7 @@ let
settings.container = {
network = "host";
options = [ "--cpus=4" ];
options = "--cpus=4";
};
};
in {