Skip to content

Commit e0ad50e

Browse files
committed
Try updating core files prior to maven build
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
1 parent 4fd9152 commit e0ad50e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ant.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
run: |
166166
set -ex
167167
cd $GITHUB_WORKSPACE/josm/plugins/${{ inputs.plugin-directory }}
168+
svn up ../../core
168169
ls ../..
169170
ls ../../core
170171
ls ../../core/tools

.github/workflows/internal_ant.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
run: |
166166
set -ex
167167
cd $GITHUB_WORKSPACE/josm/plugins/${{ inputs.plugin-directory }}
168+
svn up ../../core
168169
ls ../..
169170
ls ../../core
170171
ls ../../core/tools

0 commit comments

Comments
 (0)