Skip to content

Commit

Permalink
Test centos7_27
Browse files Browse the repository at this point in the history
  • Loading branch information
ARnDOSrte committed Sep 29, 2023
1 parent c4250b7 commit 1bba1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set-up Maven
run: |
yum install -y wget
wget https://dlcdn.apache.org/maven/maven-3/3.9.4/binaries/apache-maven-3.9.4-bin.tar.gz
wget https://dlcdn.apache.org/maven/maven-3/3.9.4/binaries/apache-maven-3.9.4-bin.tar.gz --no-check-certificate
tar xzvf apache-maven-3.9.4-bin.tar.gz
- name: Checkout sources
Expand Down

0 comments on commit 1bba1eb

Please sign in to comment.