From 97248ec40b9270ad82a1fa44b116bf5743664c19 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Sat, 23 Mar 2024 16:11:55 +0100 Subject: [PATCH] enable extra hmrelease --- .github/workflows/update.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d75b00e..aa9c24f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -12,14 +12,6 @@ jobs: - uses: actions/checkout@v4 - # - uses: cachix/install-nix-action@v25 - # with: -# nix_path: nixpkgs=channel:nixos-unstable -# - uses: cachix/cachix-action@v13 -# with: -# name: nix-community -# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - # - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main @@ -29,10 +21,10 @@ jobs: - name: remove gitignore run: rm .gitignore - # - name: master-options - # env: - # RELEASE: release-23.11 - # run: ./scripts/build_hm_options.sh + - name: master-options + env: + RELEASE: release-23.11 + run: ./scripts/build_hm_options.sh # # - name: master-options # env: