Skip to content

Commit

Permalink
CI: Update Ubuntu 20.04 TileDB to 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Feb 20, 2024
1 parent c45276b commit bac70a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_20.04/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN wget -q https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}
| tar xz -C /usr/local --strip-components=1

# Build tiledb (requires CMake 3.21)
ENV TILEDB_VERSION=2.15.3
ENV TILEDB_VERSION=2.20.1
RUN mkdir tiledb \
&& wget -q https://github.com/TileDB-Inc/TileDB/archive/${TILEDB_VERSION}.tar.gz -O - \
| tar xz -C tiledb --strip-components=1 \
Expand Down

0 comments on commit bac70a5

Please sign in to comment.