Skip to content

Commit

Permalink
chore: use platform dependent tools to install elm
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Oct 5, 2024
1 parent a0098ab commit b7975c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ jobs:
merge-multiple: true

- name: Build Elm UI
uses: jorelali/setup-elm@v6
with:
elm-version: 0.19.1
- run: cd ui; elm make src/Main.elm --optimize --output Main.js

- name: Install dependencies
Expand Down
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ install-path = "CARGO_HOME"
allow-dirty = ["ci"]
# Whether to install an updater program
install-updater = true

[dist.dependencies.homebrew]
elm = '*'

[dist.dependencies.apt]
elm-compiler = '*'

[dist.dependencies.chocolatey]
elm-platform = '*'

0 comments on commit b7975c8

Please sign in to comment.