Compare commits
2 Commits
d2eb8e6c71
...
1.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
341c4d753a | ||
|
|
19afb82083 |
@@ -20,17 +20,8 @@ jobs:
|
|||||||
- name: Update Apt
|
- name: Update Apt
|
||||||
run: apt update -y
|
run: apt update -y
|
||||||
|
|
||||||
- name: instaling common software package
|
|
||||||
run: apt-get install software-properties-common
|
|
||||||
|
|
||||||
- name: add maven repo
|
|
||||||
run: add-apt-repository ppa:andrei-pozolotin/maven3
|
|
||||||
|
|
||||||
- name: Update Apt
|
|
||||||
run: apt update -y
|
|
||||||
|
|
||||||
- name: Update CA certificates
|
- name: Update CA certificates
|
||||||
run: apt-get install --reinstall ca-certificates
|
run: apt-get install --reinstall ca-certificates -y
|
||||||
|
|
||||||
- name: Install Maven
|
- name: Install Maven
|
||||||
run: apt install maven -y
|
run: apt install maven -y
|
||||||
|
|||||||
Reference in New Issue
Block a user