Skip to content

Commit

Permalink
Merge pull request #44 from awslabs/testing_framework
Browse files Browse the repository at this point in the history
Small fix for github-action script to fix broken install
  • Loading branch information
barshaul authored Jul 19, 2022
2 parents ce92c47 + 1484049 commit 8ae7709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt --fix-broken install
sudo apt-get install memcached libsasl2-dev sasl2-bin zlib1g-dev git libevent-dev gcc g++ make autoconf
- name: Build and install libmemcached
run: |
Expand Down

0 comments on commit 8ae7709

Please sign in to comment.