1
0
Fork 0

Forgejo Actions test #5
Some checks failed
/ build (push) Failing after 46s

This commit is contained in:
Aires 2024-05-28 14:00:05 -04:00
parent 27b59eca9d
commit 29fbf9b768
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ jobs:
runs-on: nix
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: nix --experimental-features 'nix-command flakes' flake update
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Haven
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Khanda

View file

@ -77,7 +77,7 @@ in
settings = {
# For an example of configuring in Nix: https://git.clan.lol/clan/clan-infra/src/branch/main/modules/web01/gitea/actions-runner.nix
# For an example of the different options available: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml
container.options = "--v /nix:/nix";
container.options = "-v /nix:/nix";
container.validVolumes = [ "/nix" ];
};
};