Skip to content

Commit f2d980b

Browse files
committed
update ruby build to include the regex pack (depend on github#10668)
1 parent 860c3c4 commit f2d980b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ruby-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
run: |
9898
codeql pack create ../shared/ssa --output target/packs
9999
codeql pack create ../misc/suite-helpers --output target/packs
100+
codeql pack create ../shared/regex --output target/packs
100101
codeql pack create ql/lib --output target/packs
101102
codeql pack create ql/src --output target/packs
102103
PACK_FOLDER=$(readlink -f target/packs/codeql/ruby-queries/*)

0 commit comments

Comments
 (0)