Skip to content

Commit

Permalink
apt cache
Browse files Browse the repository at this point in the history
  • Loading branch information
attilakreiner committed Apr 30, 2024
1 parent 11b41e4 commit 19df71b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ jobs:
test-http-kafka-sync:
runs-on: ubuntu-latest
steps:
- name: Install and cache apt packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: librdkafka-dev libyajl-dev
version: 1.0
- name: Install kcat
working-directory: /tmp
run: |
set -x
sudo apt-get update
sudo apt-get install librdkafka-dev libyajl-dev
curl -L -o kcat https://github.com/attilakreiner/kcat/releases/download/1.7.1/kcat-linux-$(arch)
chmod +x kcat
sudo mv kcat /usr/local/bin
Expand Down

0 comments on commit 19df71b

Please sign in to comment.