workaround gitea bug
Some checks failed
checks / test (pull_request) Failing after 44s
checks / test-links (pull_request) Failing after 11s
checks / test-impure (pull_request) Failing after 12s

This commit is contained in:
Jörg Thalheim 2024-03-12 17:09:26 +01:00
parent 6ae2615d31
commit 77e51cc2b9

View File

@ -5,17 +5,17 @@ on:
branches:
- main
jobs:
checks:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom --eval-workers 20
check-links:
test-links:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run --refresh --inputs-from .# nixpkgs#lychee .
checks-impure:
test-impure:
runs-on: nix
steps:
- uses: actions/checkout@v3