mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 08:17:01 +00:00
github: increase flakes timeout
This relies on nixUnstable which might not be cached, resulting in failed builds because it takes too long.
This commit is contained in:
parent
a97f690dcc
commit
6bd5208e7f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
nix-shell -A uninstaller.check
|
||||
install-flake:
|
||||
runs-on: macos-10.15
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v12
|
||||
|
|
Loading…
Add table
Reference in a new issue