Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed May 30, 2024
1 parent db3a215 commit 26f8804
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@ jobs:
- name: Install packages
if: steps.cache-deps.outputs.cache-hit != 'true'
run: |
sudo apt update
for pkg in libyaml-dev valgrind libprotobuf-dev; do
sudo apt install -y $pkg
done
sudo apt update && sudo apt install libyaml-dev libprotobuf-dev
sudo apt install valgrind
- name: Build Kong
if: steps.cache-deps.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 26f8804

Please sign in to comment.