Skip to content

Commit

Permalink
update c-ci.yml: include apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsfak authored Aug 25, 2020
1 parent 93d09e8 commit f3afb66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: update packages
run: sudo apt-get update
- name: install libcurl
run: sudo apt-get install libcurl4 libcurl4-openssl-dev
- name: make
Expand Down

0 comments on commit f3afb66

Please sign in to comment.