Skip to content

Commit

Permalink
add asdf or mise support
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicbites committed Mar 26, 2024
1 parent e148580 commit 5c1f698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
push:
branches: [main]

env:
OTP_VERSION: "26"
ELIXIR_VERSION: "1.15"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -36,8 +32,8 @@ jobs:
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
otp-version: ${{ env.OTP_VERSION }}
elixir-version: ${{ env.ELIXIR_VERSION }}
version-file: .tool-versions
version-type: strict

- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
elixir 1.15.7-otp-26
erlang 26.0.2

0 comments on commit 5c1f698

Please sign in to comment.