Closed ocavue closed 3 months ago
=============================================================================== Language Files Lines Code Comments Blanks =============================================================================== TOML 1 70 58 2 10 ------------------------------------------------------------------------------- Rust 66 14511 12415 201 1895 |- Markdown 35 343 0 272 71 (Total) 14854 12415 473 1966 =============================================================================== Total 67 14581 12473 203 1905 ===============================================================================
🦸🏻
I believe
echo "PATH=$LIBTORCH/lib;$PATH" >> $env:GITHUB_ENV
breaks thePATH
on Windows, and causesmilliewalky/setup-7-zip@v1
not working (i.e. cannot findcurl
). This PR fixes the issue by using the GITHUB_PATH (not GITHUB_ENV) for adding PATH.Docs: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path