Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Mar 7, 2024
1 parent 5a5e96d commit ba7c7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Packages
run: pacman -Syu gcc git libgit2 sudo fakeroot cmake curl --noconfirm --needed
run: pacman -Syu gcc git libgit2 base-devel pkgconf sudo fakeroot cmake make curl --noconfirm --needed

- name: Install cpr
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCPR_BUILD_TESTS=OFF -DCPR_USE_SYSTEM_CURL=ON
make
sudo make install
sudo make install
- name: Clean
run: make clean

Expand Down

0 comments on commit ba7c7b2

Please sign in to comment.