Skip to content

Commit eb2c77a

Browse files
committedOct 2, 2024
Merge branch 'split_project' of https://github.com/isaacmaffeis/asmetal2java into split_project
2 parents 7e6e9fb + fadb7e8 commit eb2c77a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/docker-image.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
docker:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Build with Maven
14+
run: mvn clean install
1315
-
1416
name: Set up QEMU
1517
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)