Skip to content

Commit 4b12839

Browse files
Add debug step to print PATH in build workflow
1 parent c19e182 commit 4b12839

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- name: Clear Game Files
6666
run: ./gradlew clearLocalRuntime
6767

68+
- name: Debug PATH
69+
run: echo $PATH
70+
6871
- name: Setup Decompiled Workspace
6972
run: ./gradlew setupDecompWorkspace
7073

0 commit comments

Comments
 (0)