all repos — hastyscribe @ 20374e3e85dac7dbc7df1e8d3b9b09aae6183158

A professional markdown compiler.

Modifying path for windows builds.
h3rald h3rald@h3rald.com
Sat, 03 Jul 2021 15:34:26 +0200
commit

20374e3e85dac7dbc7df1e8d3b9b09aae6183158

parent

7986773ee6042e106bd6035cfdc485853910b92e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M .github/workflows/add-artifacts-to-current-release.yml.github/workflows/add-artifacts-to-current-release.yml

@@ -52,6 +52,7 @@ - name: Update %PATH%

run: | echo "${HOME}/.nimble/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append echo "${GITHUB_WORKSPACE}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append if: matrix.os == 'windows-latest' # Install the Nim compiler