Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Mar 10, 2024
1 parent 409aeed commit 6a178fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
brew install --cask wolfram-engine
echo 'Installed Wolfram Engine.'
- name: "Check Wolfram Engine installation"
run: '"/Applications/Wolfram Engine.app/Contents/MacOS/WolframKerne" -version'
run: '"/Applications/Wolfram Engine.app/Contents/MacOS/WolframKernel" -version'
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
Expand Down Expand Up @@ -105,6 +105,7 @@ jobs:
- name: "Check Wolfram Engine installation"
run: '"${{ env.WOLFRAMENGINE_INSTALLATION_DIRECTORY }}\WolframKernel" -version'
shell: cmd
env:
WOLFRAMENGINE_INSTALLATION_DIRECTORY: '${{ runner.temp }}\${{ env.WOLFRAMENGINE_INSTALLATION_SUBDIRECTORY }}'

Expand Down

0 comments on commit 6a178fe

Please sign in to comment.