We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a3fa8 commit 2433b0bCopy full SHA for 2433b0b
.github/workflows/ci.yml
@@ -89,6 +89,7 @@ jobs:
89
steps:
90
- uses: actions/checkout@v4
91
- name: Set up Elixir
92
+ id: setup-beam
93
uses: erlef/setup-beam@v1
94
with:
95
version-type: strict
@@ -133,7 +134,7 @@ jobs:
133
134
id: plt-cache
135
136
path: priv/plts
- key: ${{ runner.os }}-plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
137
+ key: ${{ runner.os }}-plts-${{ steps.setup-beam.outputs.elixir-version }}-${{ hashFiles('mix.lock') }}
138
- name: Create PLTs
139
if: steps.plt-cache.outputs.cache-hit != 'true'
140
run: |
.tool-versions
@@ -1,5 +1,5 @@
1
-erlang 26.1
2
-elixir 1.15.6-otp-26
+erlang 26.2
+elixir 1.16.2-otp-26
3
golang 1.21.3
4
rust 1.71.1
5
protoc 24.3
0 commit comments