update ruby build to include the regex pack (depend on #10668)

This commit is contained in:
erik-krogh
2022-11-01 11:48:28 +01:00
parent 860c3c443c
commit f2d980b132

View File

@@ -97,6 +97,7 @@ jobs:
run: |
codeql pack create ../shared/ssa --output target/packs
codeql pack create ../misc/suite-helpers --output target/packs
codeql pack create ../shared/regex --output target/packs
codeql pack create ql/lib --output target/packs
codeql pack create ql/src --output target/packs
PACK_FOLDER=$(readlink -f target/packs/codeql/ruby-queries/*)