Skip to content

Commit

Permalink
Fix makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Mar 7, 2024
1 parent 5bcb1df commit 6853fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: git clone https://github.com/whoshuu/cpr && cd cpr && mkdir build && cd build && cmake .. && make && sudo make install

- name: Install dependencies
run: sudo apt-get install -y libgit2 libgit2-dev lib
run: sudo apt-get update && sudo apt-get install -y libgit2-1.1 libgit2-dev

- name: Clean
run: make clean
Expand Down

0 comments on commit 6853fd1

Please sign in to comment.