Skip to content

Commit a3d9450

Browse files
committed
fix windows build error
1 parent b856977 commit a3d9450

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ jobs:
9595
with:
9696
gradle-version: 7.1.1
9797
arguments: --console plain buildGhidra
98+
- name: "MOVE decompile"
99+
uses: eskatos/gradle-command-action@v1
100+
with:
101+
gradle-version: 7.1.1
102+
arguments: --console plain buildGhidra
98103
- name: "Upload package"
99104
uses: NyaMisty/upload-artifact@nightly
100105
with:

0 commit comments

Comments
 (0)