Skip to content

Commit f176db7

Browse files
committed
.... once more
1 parent 7fc316e commit f176db7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
lint: true
4040

4141
- name: Install build tools
42-
run: |
43-
sudo apt-get update
44-
sudo apt-get -y build-essential
42+
run: "sudo apt-get update; sudo apt-get -y build-essential"
4543

4644
# Step: Setup Elixir + Erlang image as the base.
4745
- name: Set up Elixir

0 commit comments

Comments
 (0)