Skip to content

Commit

Permalink
Added libbtrotli installation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Nov 7, 2023
1 parent e22093d commit 5cca42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
binutils-dev libevent-dev acl-dev clang-dev fmt-dev \
double-conversion-dev lz4-dev openssl-dev xz-dev \
libunwind-dev libdwarf-dev glog-dev elfutils-dev \
fuse3 fuse3-dev jemalloc-dev ccache tar
fuse3 fuse3-dev jemalloc-dev ccache tar brotli-dev
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
libunwind-dev libdwarf-dev libelf-dev libgoogle-glog-dev libutfcpp-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-system-dev \
libboost-iostreams-dev libboost-date-time-dev libboost-context-dev \
libboost-regex-dev libboost-thread-dev
libboost-regex-dev libboost-thread-dev libbrotli-dev
- name: Install libfuse 3 (Full mode)
if: ${{ matrix.setup.scope == 'ALL' }}
Expand Down

0 comments on commit 5cca42c

Please sign in to comment.