Skip to content

Commit

Permalink
Add a dummy build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Nov 15, 2023
1 parent af575fc commit 8be5994
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
- name: Build TileDB
if: false
run: cmake --build build --config Release -j
- name: Build dummy files
run: |
mkdir -p build
touch build/tiledb.obj
- name: Install TileDB
if: false
run: cmake --build build --config Release --target install-tiledb
Expand Down

0 comments on commit 8be5994

Please sign in to comment.