Compare commits
2 Commits
d2eb8e6c71
...
552267019a
Author | SHA1 | Date | |
---|---|---|---|
|
552267019a | ||
|
19afb82083 |
@ -21,7 +21,7 @@ jobs:
|
||||
run: apt update -y
|
||||
|
||||
- name: instaling common software package
|
||||
run: apt-get install software-properties-common
|
||||
run: apt-get install software-properties-common -y
|
||||
|
||||
- name: add maven repo
|
||||
run: add-apt-repository ppa:andrei-pozolotin/maven3
|
||||
@ -30,7 +30,7 @@ jobs:
|
||||
run: apt update -y
|
||||
|
||||
- name: Update CA certificates
|
||||
run: apt-get install --reinstall ca-certificates
|
||||
run: apt-get install --reinstall ca-certificates -y
|
||||
|
||||
- name: Install Maven
|
||||
run: apt install maven -y
|
||||
|
Loading…
x
Reference in New Issue
Block a user