Skip to content

Commit

Permalink
sudo apt-get install libzstd-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkondrashin committed Oct 21, 2024
1 parent 215af94 commit 9140ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install zstd
run: sudo apt-get install libzstd-dev
- name: Build
run: make; ls -l
- name: Test Periculosum
Expand Down

0 comments on commit 9140ad0

Please sign in to comment.