Skip to content

Commit

Permalink
bumped nix version, removed extend-space action
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Jun 7, 2024
1 parent a430e68 commit d043d0c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-happ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ jobs:
# Checks out a copy of your repository on the ubuntu-latest machine
- uses: actions/checkout@v3

- name: Extend space
uses: ./.github/actions/extend-space

- name: Install nix
uses: cachix/install-nix-action@v18
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
install_url: https://releases.nixos.org/nix/nix-2.17.0/install
extra_nix_config: |
experimental-features = flakes nix-command
Expand Down

0 comments on commit d043d0c

Please sign in to comment.