Skip to content

Commit ef27023

Browse files
authored
Merge pull request #11358 from erik-krogh/rubyDelPacks
Ruby: delete the target/packs folder in the `compile-queries` job
2 parents 15aa8b6 + 29055f7 commit ef27023

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
@@ -98,6 +98,7 @@ jobs:
9898
key: ruby-build
9999
- name: Build Query Pack
100100
run: |
101+
rm -rf target/packs
101102
codeql pack create ../shared/ssa --output target/packs
102103
codeql pack create ../misc/suite-helpers --output target/packs
103104
codeql pack create ../shared/regex --output target/packs

0 commit comments

Comments
 (0)