From 5cc72a5b00803353788a946ed21f9fb566310c7a Mon Sep 17 00:00:00 2001 From: Aaron Blakely Date: Thu, 14 Jul 2022 00:51:11 -0500 Subject: [PATCH] update c-cpp.yml --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index c79ac5e..35d3b78 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v3 - + - name: Install dependencies run: | - apt-get update && sudo apt-get install libconfig-dev + sudo apt-get update && sudo apt-get install libconfig-dev - name: make run: make