From d0f5869f26703d6aa963b3cf25613851bbc68e2e Mon Sep 17 00:00:00 2001 From: homeburger Date: Fri, 8 May 2026 12:04:32 -0500 Subject: [PATCH] make artifacts executable --- .gitea/workflows/build_and_test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_test.yaml b/.gitea/workflows/build_and_test.yaml index 2880866..1a644f6 100644 --- a/.gitea/workflows/build_and_test.yaml +++ b/.gitea/workflows/build_and_test.yaml @@ -42,9 +42,11 @@ jobs: name: build-artifact path: build + - name: Make Executable + run: chmod -R +x ./build + - name: run_unit_tests run: | - ls -al cd build ctest -T Test