From ede779d9e50cdd73da2a442070bfb36de8195564 Mon Sep 17 00:00:00 2001 From: clan-tool Date: Thu, 4 Sep 2025 08:11:11 +0200 Subject: [PATCH] kaas --- .forgejo/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 914f7d3..8981ef1 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -11,14 +11,14 @@ jobs: name: Print hello world runs-on: ubuntu steps: + # - uses: actions/setup-node@v4 - uses: actions/checkout@v4 - name: Install deps - uses: https://github.comm/cachix/install-nix-action@6f18c7d1a145e4641d9782bead417bfdf850680b + uses: Prince527/install-nix-action@v31 - run: whoami - run: node -v - run: nix --version - - run: nix flake check \ No newline at end of file