Skip to content

Commit

Permalink
export path
Browse files Browse the repository at this point in the history
  • Loading branch information
mantielero committed Dec 19, 2023
1 parent b5d651e commit bad6d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
# echo "D:\\a\\fmu.nim\\fmu.nim\\FMUChecker-2.0.4-win64" >> $GITHUB_PATH
run: |
echo "/d/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64" >> $GITHUB_PATH
export PATH="/d/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64:$PATH"
echo "$PATH"
ls D:/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/fmuCheck.win64.exe
chmod +x /d/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/fmuCheck.win64.exe
Expand Down

0 comments on commit bad6d42

Please sign in to comment.