Skip to content

Commit ae156cb

Browse files
committed
Remove unnecessary continuation in Maven installation step
1 parent 0c223f4 commit ae156cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Maven
2828
run: |
2929
sudo apt-get update && \
30-
sudo apt-get install -y --no-install-recommends maven && \
30+
sudo apt-get install -y --no-install-recommends maven
3131
- name: Run Maven tests
3232
run: |
3333
# Run Maven tests

0 commit comments

Comments
 (0)