Skip to content

Commit

Permalink
SKALED-1900 Remove liblz4 from publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalit committed Sep 23, 2024
1 parent ce7abdc commit 69f689c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: |
sudo apt-get -y remove libzmq* || true
sudo apt-get -y install software-properties-common gcc-9 g++-9 || true
sudo apt-get -y install liblz4-dev || true
- name: Use g++-9 and gcov-9 by default
run: |
Expand Down

0 comments on commit 69f689c

Please sign in to comment.