mirror of https://github.com/aminya/setup-cpp
chore: enable post install cache for pnpm
This commit is contained in:
parent
723f5c82ff
commit
00e68ef657
3
.npmrc
3
.npmrc
|
@ -1,4 +1,5 @@
|
||||||
public-hoist-pattern[]=*
|
public-hoist-pattern[]=*
|
||||||
package-lock=false
|
package-lock=false
|
||||||
lockfile=true
|
lockfile=true
|
||||||
prefer-frozen-lockfile=true
|
prefer-frozen-lockfile=true
|
||||||
|
side-effects-cache=true
|
|
@ -22,7 +22,7 @@ The package will be usable from any environment (locally, GitHub Actions, etc).
|
||||||
- [x] setup python
|
- [x] setup python
|
||||||
- [ ] setup msvc
|
- [ ] setup msvc
|
||||||
- [ ] setup gcc/mingw
|
- [ ] setup gcc/mingw
|
||||||
- [ ] setup vcpkg
|
|
||||||
- [ ] setup OpenCppCoverage
|
- [ ] setup OpenCppCoverage
|
||||||
- [ ] setup cppcheck
|
- [ ] setup cppcheck
|
||||||
- [ ] setup doxygen
|
- [ ] setup doxygen
|
||||||
|
- [ ] setup vcpkg
|
||||||
|
|
Loading…
Reference in New Issue