Skip to content

Commit

Permalink
Merge pull request #124 from DrDaveD/fix-ubuntu-ci
Browse files Browse the repository at this point in the history
Do apt-get update before any installs
  • Loading branch information
DrDaveD authored Nov 28, 2023
2 parents d32e464 + e5ff96f commit c41a22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: actions/checkout@v2
- name: apt dependencies
run: >
sudo apt-get update &&
sudo apt-get install -y automake autoconf libtool pkg-config
zlib1g-dev liblzo2-dev liblzma-dev liblz4-dev libzstd-dev
fio
Expand Down

0 comments on commit c41a22a

Please sign in to comment.