+          echo /gcc-mingw/bin >> $GITHUB_PATH
...
+          export PATH=/gcc-mingw/bin:$PATH

You should probably quote the variables (you never know...) and always
echo to "$GITHUB_PATH" (it prepends the path).

https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#adding-a-system-path


_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to