Skip to content

Commit 6dfaa29

Browse files
author
Jannik Reimers
authored
please for the love of god let it work
1 parent 969a223 commit 6dfaa29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14-
14+
- name: Set up QEMU
15+
uses: docker/setup-qemu-action@v3
16+
- name: Set up Docker Buildx
17+
uses: docker/setup-buildx-action@v3
1518
- name: Set up JDK 17
1619
uses: actions/setup-java@v3
1720

0 commit comments

Comments
 (0)