Skip to content

Commit 7c20f47

Browse files
committed
github: cleanup install steps
Signed-off-by: Felipe Contreras <[email protected]>
1 parent 12d0659 commit 7c20f47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Install IO::Pty
11-
run: sudo apt-get update -y && sudo apt-get install -y libio-pty-perl
11+
run: |
12+
sudo apt-get update
13+
sudo apt-get install libio-pty-perl
1214
- name: Run Tests
1315
run: make -j1 test
1416
- name: Syntax checks

0 commit comments

Comments
 (0)