Skip to content

Commit

Permalink
Use 2.26.0-rc0 in branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Aug 15, 2024
1 parent ec5ce1f commit 7de75e4
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 @@ -57,7 +57,7 @@ jobs:
ref: ${{ github.event.inputs.LIBTILEDB_REF || 'dev' }}
- name: Download release tarball
if: github.ref_name != 'main'
run: wget https://github.com/TileDB-Inc/TileDB/releases/download/2.25.0/tiledb-linux-x86_64-2.25.0-bbcbd3f.tar.gz
run: wget https://github.com/TileDB-Inc/TileDB/releases/download/2.26.0-rc0/tiledb-linux-x86_64-2.26.0-rc0-4487393.tar.gz
- name: Unpack release tarball
if: github.ref_name != 'main'
run: |
Expand Down

0 comments on commit 7de75e4

Please sign in to comment.