CI: cleanup

This commit is contained in:
raf 2023-10-01 16:17:48 +03:00
commit e5df60172a
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 25 additions and 9 deletions

View file

@ -23,12 +23,17 @@ jobs:
- maximal
steps:
- uses: easimon/maximize-build-space@v6
name: Maximize build space
with:
overprovision-lvm: true
remove-android: true
remove-dotnet: true
remove-haskell: true
remove-codeql: true
- uses: actions/checkout@v3
name: Checkout
- uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
@ -36,14 +41,18 @@ jobs:
auto-optimise-store = true
experimental-features = nix-command flakes
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
authToken: ${{ secrets.CACHIX_TOKEN }}
extraPullNames: nix-community
name: neovim-flake
- name: Set default git branch (to reduce log spam)
run: git config --global init.defaultBranch main
- name: Validate Flakes
run: nix flake check
- name: Build neovim-flake with default settings
run: nix build .#${{ matrix.package }} --print-build-logs