Skip to content

Commit

Permalink
Test centos7_28
Browse files Browse the repository at this point in the history
  • Loading branch information
ARnDOSrte committed Sep 29, 2023
1 parent 1bba1eb commit c78a9f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
with:
java-version: 11

- name: Checkout sources
uses: actions/checkout@v1

- 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 --no-check-certificate
tar xzvf apache-maven-3.9.4-bin.tar.gz
- name: Checkout sources
uses: actions/checkout@v1
- name: Build with Maven
env:
Expand Down

0 comments on commit c78a9f7

Please sign in to comment.