Skip to content

Commit 2962c77

Browse files
committed
fix github actions on windows
1 parent ad165d7 commit 2962c77

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/UnitTests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@ jobs:
5858
${{ runner.os }}-test-
5959
${{ runner.os }}-
6060
61-
- name: "add MPIPreferences"
62-
run: julia --project -e 'using Pkg; Pkg.develop(path="lib/MPIPreferences")'
61+
- name: add MPIPreferences
62+
shell: julia --color=yes --project=. {0}
63+
run: |
64+
using Pkg
65+
Pkg.develop(path="lib/MPIPreferences")
6366
- uses: julia-actions/julia-buildpkg@latest
6467
- uses: julia-actions/julia-runtest@latest
6568

0 commit comments

Comments
 (0)