Skip to content

Commit

Permalink
c.yml: sudo apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 24, 2019
1 parent 5e3e04b commit a9cd7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install libcurl
run: apt-get install libcurl4-openssl-dev
run: sudo apt-get install libcurl4-openssl-dev
- name: make
run: make

0 comments on commit a9cd7a6

Please sign in to comment.