Skip to content

Commit 10b3482

Browse files
committed
Remove print checksum step
1 parent 9b0d7fc commit 10b3482

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,3 @@ jobs:
8383
files: |
8484
${{ steps.build-crate.outputs.file-path }}
8585
if: startsWith(github.ref, 'refs/tags/')
86-
87-
- name: Print NIF checksums
88-
shell: bash
89-
run: |
90-
EXPLORER_BUILD=true mix rustler_precompiled.download Explorer.PolarsBackend.Native --all --print

0 commit comments

Comments
 (0)