Compare commits
4 Commits
1.1.1
...
552267019a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
552267019a | ||
|
|
d2eb8e6c71 | ||
|
|
c9367a2098 | ||
|
|
3f33d2efc2 |
@@ -20,6 +20,15 @@ jobs:
|
||||
- name: Update Apt
|
||||
run: apt update -y
|
||||
|
||||
- name: instaling common software package
|
||||
run: apt-get install software-properties-common -y
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user