Fix typo in v2.5.5 post - #280
Conversation
|
@EZ4Stephen is attempting to deploy a commit to the waruqi's projects Team on Vercel. A member of the Team first needs to authorize it. |
✅ Deploy Preview for mellow-creponne-9cce3d ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Code Review
This pull request fixes a broken markdown link in the xmake-update-v2.5.5.md documentation by removing an erroneous space in the URL. The reviewer suggested a minor improvement to use the correct proper noun capitalization for 'GitHub Actions' in the same sentence.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| Especially on windows, not only the dependence of the third party package on the compilation environment is more complicated, but also many packages and compilation are very slow, such as boost, openssl and so on. | ||
|
|
||
| To this end, we implement cloud pre-compilation of packages based on github action, and pre-compile all commonly used packages, and then store them in [build-artifacts](https://github.com/xmake-mirror/build- artifacts) under Releases of the repository. | ||
| To this end, we implement cloud pre-compilation of packages based on github action, and pre-compile all commonly used packages, and then store them in [build-artifacts](https://github.com/xmake-mirror/build-artifacts) under Releases of the repository. |
There was a problem hiding this comment.
Use the correct proper noun GitHub Actions instead of github action.
| To this end, we implement cloud pre-compilation of packages based on github action, and pre-compile all commonly used packages, and then store them in [build-artifacts](https://github.com/xmake-mirror/build-artifacts) under Releases of the repository. | |
| To this end, we implement cloud pre-compilation of packages based on GitHub Actions, and pre-compile all commonly used packages, and then store them in [build-artifacts](https://github.com/xmake-mirror/build-artifacts) under Releases of the repository. |
|
I was looking for documentation on precompiled packages and in the process, spotted the hyperlink having the space. |
No description provided.