Skip to content

Commit 25a6e31

Browse files
committed
Fix test.yaml rebase error
1 parent 9eab78c commit 25a6e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
sudo apt-get update
6767
sudo apt-get install -y libc6-dev${{ matrix.config.arch_suffix }} libstdc++-13-dev${{ matrix.config.arch_suffix }} \
6868
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 }}
69+
zlib1g-dev${{ matrix.config.arch_suffix }} libbrotli-dev${{ matrix.config.arch_suffix }} \
7070
libzstd-dev${{ matrix.config.arch_suffix }}
7171
- name: build and run tests
7272
run: cd test && make EXTRA_CXXFLAGS="${{ matrix.config.arch_flags }}"

0 commit comments

Comments
 (0)