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