From d0d515d1964428e5f88f02ffe9130a922956e7b1 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 26 Apr 2025 23:31:55 +0200 Subject: [PATCH] Attempt to fix build --- .forgejo/setup/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/setup/action.yml b/.forgejo/setup/action.yml index 03d23b0aa..d82a64103 100644 --- a/.forgejo/setup/action.yml +++ b/.forgejo/setup/action.yml @@ -12,6 +12,9 @@ runs: cache: "npm" cache-dependency-path: package-lock.json + - name: pwd + run: pwd && ls + shell: bash - name: install deps