We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15aa8b6 + 29055f7 commit ef27023Copy full SHA for ef27023
.github/workflows/ruby-build.yml
@@ -98,6 +98,7 @@ jobs:
98
key: ruby-build
99
- name: Build Query Pack
100
run: |
101
+ rm -rf target/packs
102
codeql pack create ../shared/ssa --output target/packs
103
codeql pack create ../misc/suite-helpers --output target/packs
104
codeql pack create ../shared/regex --output target/packs
0 commit comments