diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95cbdce..5aa2b8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,9 +36,18 @@ jobs: nixPath: - nixpkgs=channel:nixos-unstable - nixpkgs=channel:nixpkgs-unstable - #- nixpkgs=channel:nixos-22.11 + - nixpkgs=channel:nixos-23.11 runs-on: ubuntu-latest steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + build-mount-path: '/nix' + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' + remove-docker-images: 'true' - name: Checkout repository uses: actions/checkout@v3 - name: Install nix