Skip to content

Commit f729525

Browse files
authored
Update Windows working dir
1 parent 0d9fd39 commit f729525

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/mvn_build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Windows dependencies
5555
if: matrix.os == 'windows-latest'
5656
shell: powershell
57-
working-directory: ${{runner.workspace}}
57+
working-directory: ${{runner.workspace}}\vcell
5858
run: |
5959
Invoke-WebRequest https://vcell.org/webstart/pipeline_files/jdk-8u251-windows-x64.exe -O ${{runner.workspace}}\jdk.exe
6060
Invoke-WebRequest https://vcell.org/webstart/pipeline_files/apache-maven-3.6.3-bin.zip -O ${{runner.workspace}}\mvn.zip
@@ -64,6 +64,5 @@ jobs:
6464
$env:Path += ";${{runner.workspace}}\apache-maven-3.6.3\bin;${{runner.workspace}}\java-jdk\Java\jdk1.8.0_241\bin"
6565
java -version
6666
mvn -version
67-
cd ${{runner.workspace}}\vcell
6867
mvn clean install dependency:copy-dependencies
6968

0 commit comments

Comments
 (0)