Skip to content

Commit 7fc316e

Browse files
committed
and again ...
1 parent 74443d1 commit 7fc316e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ jobs:
3737
- otp: "28.3.1"
3838
elixir: "1.20.0-rc.1-otp-28"
3939
lint: true
40-
40+
41+
- name: Install build tools
42+
run: |
43+
sudo apt-get update
44+
sudo apt-get -y build-essential
45+
4146
# Step: Setup Elixir + Erlang image as the base.
4247
- name: Set up Elixir
4348
uses: erlef/setup-beam@v1
@@ -48,9 +53,6 @@ jobs:
4853
# Step: Check out the code.
4954
- name: Checkout code
5055
uses: actions/checkout@v4
51-
run: |
52-
sudo apt-get update
53-
sudo apt-get -y build-essential
5456

5557
# Step: Define how to cache deps. Restores existing cache if present.
5658
- name: Cache deps

0 commit comments

Comments
 (0)