Update c-cpp.yml

This commit is contained in:
Bob Wen 2024-12-31 04:36:25 +00:00 committed by GitHub
parent 267f93caf6
commit b72f5a8f53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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