Skip to content

Commit

Permalink
Update RELEASE.md workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jul 14, 2024
1 parent 51943b9 commit 4abeafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ To **release** a new version of this library:
versions trying to be downloaded. To clean caches, find where RustlerPrecompiled stores caches and wipe the directory. I usually do:
```shell
mix run -e ':filename.basedir(:user_cache, "rustler_precompiled")'
NIMBLELZ4_FORCE_BUILD=true mix run -e 'IO.puts(:filename.basedir(:user_cache, "rustler_precompiled") <> "/precompiled_nifs")' | xargs rm -vr
```
with `:filename.basedir(:user_cache, "rustler_precompiled")` and wipe the directory.
to wipe that directory.
1. After wiping the caches, run this to get a local checksum file:
Expand Down

0 comments on commit 4abeafa

Please sign in to comment.