setup-cpp/CONTRIBUTING.md

294 B

Contributing

You will need pnpm to build and test setup-cpp:

pnpm install

Before running the tests locally, backup your environment variables because faulty code might corrupt the environment.

https://stackoverflow.com/a/5147185/7910299