Skip to content

Commit

Permalink
Fixes zstd is missing in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Oct 6, 2023
1 parent 4f3a889 commit 3b0ec44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Clone sub-modules
run: git submodule update --init --recursive deps/zstd
- name: Set up build environment
run: ${{ matrix.setup }}
id: setup
Expand Down

0 comments on commit 3b0ec44

Please sign in to comment.