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:
174
174
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
175
175
shell : bash
176
176
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
178
178
179
179
- name : Remove downloaded artifacts to free up disk space (Linux, Windows)
180
180
if : runner.os != 'macOS'
@@ -335,7 +335,7 @@ jobs:
335
335
- name : Ledger state snapshot conversion from InMemory to LMDB
336
336
if : matrix.extra_args == '--include-ancillary'
337
337
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
339
339
340
340
- name : Remove downloaded artifacts to free up disk space
341
341
shell : bash
You can’t perform that action at this time.
0 commit comments