From 4666faf3ddde71a96437c635486f066cf757a569 Mon Sep 17 00:00:00 2001 From: alqeeu Date: Sat, 21 Oct 2023 13:37:57 +0300 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 1d5a5d4..4988f15 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,8 +15,8 @@ jobs: - uses: actions/checkout@v3 - name: setup needed tools run: | - apt-get update - apt-get install -y make gcc clang + sudo apt-get update + sudo apt-get install -y make gcc clang - name: make run: make