0
0
mirror of https://github.com/bobwen-dev/htpdate synced 2025-04-11 23:00:44 +02:00

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

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