File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 54
54
run : |
55
55
Print["Version: ", $Version]
56
56
Print["License expiration: ", $LicenseExpirationDate]
57
- shell : ${{ env.WOLFRAMENGINE_EXECUTABLE_DIRECTORY }}/WolframKernel -noicon -script {0}
57
+ shell : WolframKernel -noicon -script {0}
58
+ env :
59
+ PATH : " ${{env.PATH }}:${{ env.WOLFRAMENGINE_EXECUTABLE_DIRECTORY }}"
58
60
59
61
- uses : julia-actions/setup-julia@v1
60
62
- uses : julia-actions/cache@v1
@@ -119,7 +121,9 @@ jobs:
119
121
run : |
120
122
Print["Version: ", $Version]
121
123
Print["License expiration: ", $LicenseExpirationDate]
122
- shell : ${{ runner.temp }}/${{ env.WOLFRAMENGINE_INSTALLATION_SUBDIRECTORY }}/WolframKernel -noicon -script {0}
124
+ shell : WolframKernel -noicon -script {0}
125
+ env :
126
+ PATH : " ${{env.PATH }};${{ env.WOLFRAMENGINE_EXECUTABLE_DIRECTORY }}"
123
127
124
128
- uses : julia-actions/setup-julia@v1
125
129
- uses : julia-actions/cache@v1
You can’t perform that action at this time.
0 commit comments