We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7dc24e + f826645 commit 39126d3Copy full SHA for 39126d3
1 file changed
.github/workflows/elixir.yml
@@ -19,6 +19,10 @@ jobs:
19
- uses: actions/checkout@v4.2.2
20
with:
21
fetch-depth: 0
22
+
23
+ - name: Install CA certificates
24
+ run: sudo apt-get update && sudo apt-get install -y ca-certificates
25
26
- uses: erlef/setup-beam@v1
27
28
otp-version: ${{matrix.otp}}
@@ -41,6 +45,8 @@ jobs:
41
45
image: elixir:1.18-slim
42
46
steps:
43
47
48
49
+ run: apt-get update && apt-get install -y ca-certificates
44
50
- name: Install Dependencies
51
run: |
52
mix local.rebar --force
@@ -56,6 +62,8 @@ jobs:
56
62
57
63
58
64
65
66
59
67
60
68
61
69
0 commit comments