File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414jobs :
1515 test_windows :
1616 name : Windows
17- runs-on : windows-2019
17+ runs-on : windows-2022
1818
1919 env :
20- ANSYS_VERSION : 232
20+ ANSYS_VERSION : 261
2121
2222 steps :
2323 - uses : actions/checkout@v3.5.2
5151 runs-on : ubuntu-latest
5252
5353 env :
54- ANSYS_VERSION : 232
54+ ANSYS_VERSION : 261
5555
5656 steps :
5757 - uses : actions/checkout@v3.5.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "Install DPF Server"
22description : " Install and test DPF Server for different OS and versions"
33inputs :
44 dpf-standalone-TOKEN :
5- description : " github secret to access https://github.com/ansys-dpf /dpf-standalone"
5+ description : " github secret to access https://github.com/ansys-internal /dpf-standalone"
66 required : true
77 ANSYS_VERSION :
88 description : " Ansys release version number in the format 232"
3333 BranchName="linux_release-"${ANSYS_VERSION_WITH_POINT}"${{inputs.standalone_suffix}}"
3434 echo $BranchName
3535
36- git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-dpf /dpf-standalone dpf-standalone
36+ git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-internal /dpf-standalone dpf-standalone
3737 ls dpf-standalone/
3838
3939 cd dpf-standalone/ansys/dpf/
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: "Install DPF Server"
22description : " Install and test DPF Server for different OS and versions"
33inputs :
44 dpf-standalone-TOKEN :
5- description : " github secret to access https://github.com/ansys-dpf /dpf-standalone"
5+ description : " github secret to access https://github.com/ansys-internal /dpf-standalone"
66 required : true
77 ANSYS_VERSION :
8- description : " Ansys release version number in the format 232 "
8+ description : " Ansys release version number in the format 261 "
99 required : false
10- default : " 232 "
10+ default : " 261 "
1111 standalone_suffix :
1212 description : " Suffix of the branch on standalone"
1313 required : false
3434 }
3535 $BranchName = if ("${{runner.os}}" -eq "Linux") { "linux_release-$ANSYS_VERSION_WITH_POINT" } else { "win_release-$ANSYS_VERSION_WITH_POINT" }
3636 echo "cloning standalone branch name: " $BranchName
37- git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-dpf /dpf-standalone dpf-standalone/v${{inputs.ANSYS_VERSION}}
37+ git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-internal /dpf-standalone dpf-standalone/v${{inputs.ANSYS_VERSION}}
3838 echo "pwd: "
3939 pwd
4040 echo "ls: "
You can’t perform that action at this time.
0 commit comments