Skip to content

Commit

Permalink
Fix win ci indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Jan 19, 2024
1 parent 1ac7597 commit 72519a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
ls "$env:I_MPI_ROOT\lib"
mpifc.bat -show
mpicc.bat -show
echo $HOME
echo $env:HOME
echo $home
echo $env:home
echo "$env:home/some/path"
echo $HOME
echo $env:HOME
echo $home
echo $env:home
echo "$env:home/some/path"
- name: Build and Test
run: |
Expand Down

0 comments on commit 72519a9

Please sign in to comment.