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.
1 parent 8a73675 commit 29055f7Copy full SHA for 29055f7
.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