We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9fd39 commit f729525Copy full SHA for f729525
.github/workflows/mvn_build.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install Windows dependencies
55
if: matrix.os == 'windows-latest'
56
shell: powershell
57
- working-directory: ${{runner.workspace}}
+ working-directory: ${{runner.workspace}}\vcell
58
run: |
59
Invoke-WebRequest https://vcell.org/webstart/pipeline_files/jdk-8u251-windows-x64.exe -O ${{runner.workspace}}\jdk.exe
60
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:
64
$env:Path += ";${{runner.workspace}}\apache-maven-3.6.3\bin;${{runner.workspace}}\java-jdk\Java\jdk1.8.0_241\bin"
65
java -version
66
mvn -version
67
- cd ${{runner.workspace}}\vcell
68
mvn clean install dependency:copy-dependencies
69
0 commit comments