We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eab78c commit 25a6e31Copy full SHA for 25a6e31
.github/workflows/test.yaml
@@ -66,7 +66,7 @@ jobs:
66
sudo apt-get update
67
sudo apt-get install -y libc6-dev${{ matrix.config.arch_suffix }} libstdc++-13-dev${{ matrix.config.arch_suffix }} \
68
libssl-dev${{ matrix.config.arch_suffix }} libcurl4-openssl-dev${{ matrix.config.arch_suffix }} \
69
- zlib1g-dev${{ matrix.config.arch_suffix }} libbrotli-dev${{ matrix.config.arch_suffix }}
+ zlib1g-dev${{ matrix.config.arch_suffix }} libbrotli-dev${{ matrix.config.arch_suffix }} \
70
libzstd-dev${{ matrix.config.arch_suffix }}
71
- name: build and run tests
72
run: cd test && make EXTRA_CXXFLAGS="${{ matrix.config.arch_flags }}"
0 commit comments