We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0d7fc commit 10b3482Copy full SHA for 10b3482
1 file changed
.github/workflows/release.yml
@@ -83,8 +83,3 @@ jobs:
83
files: |
84
${{ steps.build-crate.outputs.file-path }}
85
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