forgejo: install pkgs for runners
Some checks failed
/ check (push) Failing after 26s

This commit is contained in:
notohh 2023-10-05 15:54:57 -04:00
parent 4316a26a57
commit 6342f2f19f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,4 +1,5 @@
{
pkgs,
lib,
config,
...
@ -47,5 +48,14 @@
"ubuntu-latest:docker://node:18-bullseye"
#"native:host"
];
hostPackages = with pkgs; [
sudo
bash
curl
coreutils
wget
gitMinimal
wget
];
};
}