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 26f8804 commit 485488a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ jobs:
- name: Install packages
if: steps.cache-deps.outputs.cache-hit != 'true'
run: |
sudo apt update && sudo apt install libyaml-dev libprotobuf-dev
set -x
set -e
sudo apt update
sudo apt upgrade -y
sudo apt install libyaml-dev libprotobuf-dev
sudo apt install valgrind
- name: Build Kong
Expand Down

0 comments on commit 485488a

Please sign in to comment.