We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e40a8e commit 36ccb49Copy full SHA for 36ccb49
.github/workflows/add-artifacts-to-current-release.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
echo "${HOME}/.nimble/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
54
echo "${GITHUB_WORKSPACE}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
55
- echo "C:\msys64\hastyscribegw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
+ echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
56
if: matrix.os == 'windows-latest'
57
58
# Install the Nim compiler
0 commit comments