Skip to content

Commit

Permalink
Investigate strang error that has appeared.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Apr 10, 2024
1 parent 4bdd4a4 commit d06d38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
shell: bash -el {0}
run: |
#rm -f ~/.bash_profile
#echo "export PATH=/c/Users/runneradmin/miniconda3/Library/lib:${PATH}" >> ~/.bash_profile
#echo "export PATH=/c/Users/runneradmin/miniconda3/"
echo "export PATH=/c/Users/runneradmin/miniconda3/Library/lib:\'${PATH}\'" >> ~/.bash_profile
echo "export PATH=/c/Users/runneradmin/miniconda3/"
cat ~/.bash_profile
Expand Down

0 comments on commit d06d38f

Please sign in to comment.