From bfd27ed4315387667c9793a4cd09c468949b0a2b Mon Sep 17 00:00:00 2001 From: clan-tool Date: Thu, 4 Sep 2025 08:19:06 +0200 Subject: [PATCH] the other way around perhaps? --- .forgejo/workflows/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 8981ef1..f7ca920 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -9,13 +9,13 @@ on: jobs: hello: name: Print hello world - runs-on: ubuntu + runs-on: default steps: - # - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4 - uses: actions/checkout@v4 - - name: Install deps - uses: Prince527/install-nix-action@v31 + # - name: Install deps + # uses: Prince527/install-nix-action@v31 - run: whoami - run: node -v