We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bbfca commit 9fd2829Copy full SHA for 9fd2829
2 files changed
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
prepare: "debian-based"
51
build_on: linux
52
parallel: 5
53
- image: foundationdb-build:7.3.0-2.ow.build
+ image: foundationdb-build:7.3.63-1.ow.build
54
owner: ${GITHUB_REPOSITORY_OWNER@L}
55
56
runs-on: ${{ matrix.run_on }}
build-scripts/for-linux/prepare-debian-based.bash
@@ -31,7 +31,8 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y \
31
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y \
32
libjemalloc-dev \
33
liblz4-dev \
34
- libssl-dev
+ libssl-dev \
35
+ libz-dev
36
37
38
libmono-system-data-datasetextensions4.0-cil \
0 commit comments