Skip to content

Commit

Permalink
build.yaml: try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pokon548 committed Apr 26, 2024
1 parent 5fe94c6 commit d5acde6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5acde6

Please sign in to comment.