Compare commits

..

No commits in common. "552267019a86000fd4e328a14001a2797b54a224" and "d2eb8e6c71cee80a7775c567b9874843e7c9d601" have entirely different histories.

View File

@ -21,7 +21,7 @@ jobs:
run: apt update -y run: apt update -y
- name: instaling common software package - name: instaling common software package
run: apt-get install software-properties-common -y run: apt-get install software-properties-common
- name: add maven repo - name: add maven repo
run: add-apt-repository ppa:andrei-pozolotin/maven3 run: add-apt-repository ppa:andrei-pozolotin/maven3
@ -30,7 +30,7 @@ jobs:
run: apt update -y run: apt update -y
- name: Update CA certificates - name: Update CA certificates
run: apt-get install --reinstall ca-certificates -y run: apt-get install --reinstall ca-certificates
- name: Install Maven - name: Install Maven
run: apt install maven -y run: apt install maven -y