Add build and publish steps #3
@ -19,9 +19,10 @@ jobs:
|
||||
echo "Branch: ${{ gitea.ref }}"
|
||||
echo "Repository: ${{ gitea.repository }}"
|
||||
|
||||
- name: Update apt-get
|
||||
- name: Update apt-get and install Maven
|
||||
run: |
|
||||
apt-get update -y
|
||||
apt-get install -y maven
|
||||
|
||||
- name: Clone the repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user