Compare commits
3 Commits
1.1.1
...
d2eb8e6c71
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2eb8e6c71 | ||
|
|
c9367a2098 | ||
|
|
3f33d2efc2 |
@@ -20,8 +20,17 @@ jobs:
|
||||
- name: Update Apt
|
||||
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
|
||||
run: apt-get install --reinstall ca-certificates -y
|
||||
run: apt-get install --reinstall ca-certificates
|
||||
|
||||
- name: Install Maven
|
||||
run: apt install maven -y
|
||||
|
||||
Reference in New Issue
Block a user