We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74443d1 commit 7fc316eCopy full SHA for 7fc316e
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,12 @@ jobs:
37
- otp: "28.3.1"
38
elixir: "1.20.0-rc.1-otp-28"
39
lint: true
40
-
+
41
+ - name: Install build tools
42
+ run: |
43
+ sudo apt-get update
44
+ sudo apt-get -y build-essential
45
46
# Step: Setup Elixir + Erlang image as the base.
47
- name: Set up Elixir
48
uses: erlef/setup-beam@v1
@@ -48,9 +53,6 @@ jobs:
53
# Step: Check out the code.
49
54
- name: Checkout code
50
55
uses: actions/checkout@v4
51
- run: |
52
- sudo apt-get update
- sudo apt-get -y build-essential
56
57
# Step: Define how to cache deps. Restores existing cache if present.
58
- name: Cache deps
0 commit comments