From 900f257c8eafc85c4c79328d158fc343883ac7d8 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 19 Jan 2024 03:22:01 -0500 Subject: [PATCH] Still trying to fix pipeline --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f458b10..d478bb0 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -16,6 +16,6 @@ jobs: - name: Update the system run: sudo apt-get update && sudo apt-get upgrade -y - name: Install Slacker Dependencies - run: make init-dev + run: sudo make init-dev - name: Compile Slacker run: make swm-dev \ No newline at end of file