Skip to content

Commit

Permalink
Update to 2.18.0 release tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Nov 28, 2023
1 parent 4989b13 commit 79659c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
repository: TileDB-Inc/TileDB
ref: ${{ github.event.inputs.LIBTILEDB_REF || 'dev' }}
- name: Download release tarball
run: wget https://github.com/TileDB-Inc/TileDB/releases/download/2.17.3/tiledb-linux-x86_64-2.17.3-0c2de58.tar.gz
run: wget https://github.com/TileDB-Inc/TileDB/releases/download/2.18.0/tiledb-linux-x86_64-2.18.0-71ca8b4.tar.gz
- name: Unpack release tarball
run: |
mkdir install-libtiledb
Expand Down

0 comments on commit 79659c5

Please sign in to comment.