Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndittren authored Mar 6, 2023
1 parent 8ca3fb5 commit d50575d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install memcached headers
run: sudo apt install -y libmemcached-dev
run: |
sudo apt-get update
sudo apt install -y libmemcached-dev
- uses: browser-actions/setup-firefox@latest
with:
firefox-version: ${{ matrix.firefox }}
Expand Down

0 comments on commit d50575d

Please sign in to comment.