From 984708aa552388b79b5c526c5628cdf284cc94c2 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Fri, 3 Jan 2025 23:21:51 +0000 Subject: [PATCH] added test action --- .forgejo/workflows/build_linux.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build_linux.yaml b/.forgejo/workflows/build_linux.yaml index fe3d86e..d961732 100644 --- a/.forgejo/workflows/build_linux.yaml +++ b/.forgejo/workflows/build_linux.yaml @@ -16,6 +16,6 @@ jobs: git clone ${{ github.server_url }}/${{ github.repository }} - name: Build run: | - cd app - nimble build --release + cd norgbackup + nimble build -y --release