We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d3c85 commit 4df0435Copy full SHA for 4df0435
.github/workflows/ci.yml
@@ -21,7 +21,6 @@ jobs:
21
. versions
22
echo "elixir=$elixir" >> $GITHUB_ENV
23
echo "otp=$otp" >> $GITHUB_ENV
24
- echo "openssl=$openssl" >> $GITHUB_ENV
25
26
- name: Install Erlang & Elixir
27
uses: erlef/setup-beam@v1
@@ -91,7 +90,6 @@ jobs:
91
90
92
93
94
95
96
97
versions
@@ -6,5 +6,4 @@
6
elixir="1.19.3"
7
otp="28.1.1"
8
rebar3="3.24.0"
9
-openssl="1.1.1s"
10
ubuntu="noble-20251013"
0 commit comments