Skip to content

Commit 13c5ec0

Browse files
author
Alvaro Muñoz
committed
fix(actions): ql pack installation
1 parent b3bab16 commit 13c5ec0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/action/dist/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28677,7 +28677,9 @@ async function downloadPack(codeql) {
2867728677
exports.downloadPack = downloadPack;
2867828678
async function installPack(codeql, dir) {
2867928679
try {
28680+
await runCommand(codeql, ["pack", "download"], path.join(dir, "/ql/lib"));
2868028681
await runCommand(codeql, ["pack", "install"], path.join(dir, "/ql/lib"));
28682+
await runCommand(codeql, ["pack", "download"], path.join(dir, "/ql/src"));
2868128683
await runCommand(codeql, ["pack", "install"], path.join(dir, "/ql/src"));
2868228684
return true;
2868328685
}

0 commit comments

Comments
 (0)