From 29055f770904c543a933fa8cbbffe2f2e8dc3763 Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Tue, 22 Nov 2022 00:09:42 +0100 Subject: [PATCH] delete packs --- .github/workflows/ruby-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ruby-build.yml b/.github/workflows/ruby-build.yml index 784a7db3dc9..cbe7f32fb17 100644 --- a/.github/workflows/ruby-build.yml +++ b/.github/workflows/ruby-build.yml @@ -98,6 +98,7 @@ jobs: key: ruby-build - name: Build Query Pack run: | + rm -rf target/packs 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