mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
fixup! ci/check: init
This commit is contained in:
parent
f36263c712
commit
0f1c6e0d50
1 changed files with 2 additions and 0 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -46,7 +46,9 @@ jobs:
|
||||||
- build-matrix
|
- build-matrix
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix: ${{ fromJSON(needs.build-matrix.outputs.matrix) }}
|
matrix: ${{ fromJSON(needs.build-matrix.outputs.matrix) }}
|
||||||
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- name: Free disk space
|
- name: Free disk space
|
||||||
if: endsWith( '-linux', matrix.system )
|
if: endsWith( '-linux', matrix.system )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue