From b72f5a8f53bb05da4bd865b6aafb501472cf4f45 Mon Sep 17 00:00:00 2001 From: Bob Wen Date: Tue, 31 Dec 2024 04:36:25 +0000 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 16c640a..fde26fd 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,7 +13,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: system update + run: sudo apt-get update - name: Install system dependencies - run: sudo apt-get install libcurl4-openssl-dev + run: sudo apt-get install -y --fix-missing libcurl4-openssl-dev - name: build run: gcc -o htpdate htpdate.c -lcurl