You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A complete workflow example can be found in the [`rustler_precompilation_example`](https://github.com/philss/rustler_precompilation_example/blob/main/.github/workflows/release.yml) project.
61
+
That workflow is using a GitHub Action especially made for our goal: [philss/rustler-precompiled-action](https://github.com/philss/rustler-precompiled-action).
62
+
The GitHub Action will deal with the installation of `cross` and the build of the project, naming the files in the correct format.
61
63
62
64
Some targets are only supported by later versions of `cross`. For those, you might want to
63
65
install `cross` directly from GitHub. You can see an example in [this
0 commit comments