Skip to content

Commit 4df0435

Browse files
committed
Remove openssl from ./versions
1 parent f0d3c85 commit 4df0435

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
. versions
2222
echo "elixir=$elixir" >> $GITHUB_ENV
2323
echo "otp=$otp" >> $GITHUB_ENV
24-
echo "openssl=$openssl" >> $GITHUB_ENV
2524
2625
- name: Install Erlang & Elixir
2726
uses: erlef/setup-beam@v1
@@ -91,7 +90,6 @@ jobs:
9190
. versions
9291
echo "elixir=$elixir" >> $GITHUB_ENV
9392
echo "otp=$otp" >> $GITHUB_ENV
94-
echo "openssl=$openssl" >> $GITHUB_ENV
9593
9694
- name: Install Erlang & Elixir
9795
uses: erlef/setup-beam@v1

versions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
elixir="1.19.3"
77
otp="28.1.1"
88
rebar3="3.24.0"
9-
openssl="1.1.1s"
109
ubuntu="noble-20251013"

0 commit comments

Comments
 (0)