From cd4ea10fd6482645890228f4fe46e41123cc108b Mon Sep 17 00:00:00 2001 From: netkas Date: Sun, 13 Oct 2024 14:35:54 -0400 Subject: [PATCH] Updated Build System --- .github/workflows/ncc_workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ncc_workflow.yml b/.github/workflows/ncc_workflow.yml index eb47ebe..f5f9bde 100644 --- a/.github/workflows/ncc_workflow.yml +++ b/.github/workflows/ncc_workflow.yml @@ -553,6 +553,8 @@ jobs: - name: zip documentation run: | + sudo apt-get update + sudo apt-get install zip zip -r documentation.zip documentation - name: Upload documentation artifact