From c8a1bae5010653e7aa0a73c871331c8be983dea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Tue, 24 Sep 2024 13:22:34 +0200 Subject: [PATCH] no `nix profile` --- .forgejo/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index f3d3701..b21e96d 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -12,9 +12,9 @@ jobs: - run: nix-env -i nodejs - run: type -a nodejs || true - - run: type -a nodejs || true - - run: nix profile install nodejs - - run: type -a nodejs || true + # - run: type -a nodejs || true + # - run: nix profile install nodejs + # - run: type -a nodejs || true - uses: actions/checkout@v4