From 4c480db02e0b35df7148c241af7c9d928c67e7c9 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 784a7db3dc940..cbe7f32fb1766 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