Skip to content

Commit

Permalink
consume 2.0.13 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Dec 12, 2022
1 parent c215468 commit 97a66cd
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -43294,7 +43294,7 @@ const path = __importStar(__nccwpck_require__(5622));
*/
function getOrdinaryCachedPaths(vcpkgRootDir) {
const pathsToCache = [
vcpkgRootDir,
path.join(vcpkgRootDir, '*'),
path.normalize(`!${path.join(vcpkgRootDir, 'installed')}`),
path.normalize(`!${path.join(vcpkgRootDir, 'vcpkg_installed')}`),
path.normalize(`!${path.join(vcpkgRootDir, 'packages')}`),
Expand Down
2 changes: 1 addition & 1 deletion dist/post/index.js
Expand Up @@ -43357,7 +43357,7 @@ const path = __importStar(__nccwpck_require__(5622));
*/
function getOrdinaryCachedPaths(vcpkgRootDir) {
const pathsToCache = [
vcpkgRootDir,
path.join(vcpkgRootDir, '*'),
path.normalize(`!${path.join(vcpkgRootDir, 'installed')}`),
path.normalize(`!${path.join(vcpkgRootDir, 'vcpkg_installed')}`),
path.normalize(`!${path.join(vcpkgRootDir, 'packages')}`),
Expand Down
94 changes: 47 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -43,11 +43,11 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"@actions/io": "^1.1.2",
"@lukka/action-lib": "2.0.11",
"@lukka/assets-lib": "2.0.11",
"@lukka/base-lib": "2.0.11",
"@lukka/base-util-lib": "2.0.11",
"@lukka/run-vcpkg-lib": "2.0.11",
"@lukka/action-lib": "2.0.13",
"@lukka/assets-lib": "2.0.13",
"@lukka/base-lib": "2.0.13",
"@lukka/base-util-lib": "2.0.13",
"@lukka/run-vcpkg-lib": "2.0.13",
"@types/adm-zip": "^0.4.32",
"@types/follow-redirects": "^1.14.1",
"@types/jest": "^26.0.14",
Expand Down

0 comments on commit 97a66cd

Please sign in to comment.