File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
175175 shell : bash
176176 working-directory : ./bin
177- run : ./mithril-client ${{ steps.prepare.outputs.debug_level }} --unstable tools utxo-hd snapshot-converter --db-directory v1/db --cardano-node-version latest --utxo-hd-flavor LMDB --commit
177+ run : ./mithril-client ${{ steps.prepare.outputs.debug_level }} tools utxo-hd snapshot-converter --db-directory v1/db --cardano-node-version latest --utxo-hd-flavor LMDB --commit
178178
179179 - name : Remove downloaded artifacts to free up disk space (Linux, Windows)
180180 if : runner.os != 'macOS'
@@ -335,7 +335,7 @@ jobs:
335335 - name : Ledger state snapshot conversion from InMemory to LMDB
336336 if : matrix.extra_args == '--include-ancillary'
337337 shell : bash
338- run : ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} --unstable tools utxo-hd snapshot-converter --db-directory /app/data/v1/db --cardano-node-version latest --utxo-hd-flavor LMDB --commit
338+ run : ${{ steps.command.outputs.mithril_client }} ${{ steps.prepare.outputs.debug_level }} tools utxo-hd snapshot-converter --db-directory /app/data/v1/db --cardano-node-version latest --utxo-hd-flavor LMDB --commit
339339
340340 - name : Remove downloaded artifacts to free up disk space
341341 shell : bash
You can’t perform that action at this time.
0 commit comments