From 2708cc0acfd5d65d5d831e9481bd85e696591172 Mon Sep 17 00:00:00 2001 From: "thomas g. lopes" Date: Mon, 9 Mar 2026 16:08:50 +0000 Subject: [PATCH] workflow update --- .gitea/workflows/handy-update.yml | 5 +++++ .gitea/workflows/helium-update.yml | 5 +++++ .gitea/workflows/zen-browser-update.yml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/.gitea/workflows/handy-update.yml b/.gitea/workflows/handy-update.yml index fed5429..47c3bc4 100644 --- a/.gitea/workflows/handy-update.yml +++ b/.gitea/workflows/handy-update.yml @@ -14,6 +14,11 @@ jobs: with: fetch-depth: 0 + - name: install nix + uses: cachix/install-nix-action@v27 + with: + nix_path: nixpkgs=channel:nixos-unstable + - name: check latest handy release and update file id: update shell: bash diff --git a/.gitea/workflows/helium-update.yml b/.gitea/workflows/helium-update.yml index 19bd54b..f34aecc 100644 --- a/.gitea/workflows/helium-update.yml +++ b/.gitea/workflows/helium-update.yml @@ -14,6 +14,11 @@ jobs: with: fetch-depth: 0 + - name: install nix + uses: cachix/install-nix-action@v27 + with: + nix_path: nixpkgs=channel:nixos-unstable + - name: check latest helium release and update file id: update shell: bash diff --git a/.gitea/workflows/zen-browser-update.yml b/.gitea/workflows/zen-browser-update.yml index 384dc6b..7a52d2f 100644 --- a/.gitea/workflows/zen-browser-update.yml +++ b/.gitea/workflows/zen-browser-update.yml @@ -14,6 +14,11 @@ jobs: with: fetch-depth: 0 + - name: install nix + uses: cachix/install-nix-action@v27 + with: + nix_path: nixpkgs=channel:nixos-unstable + - name: check latest zen browser release and update file id: update shell: bash