From dbfa463f02907ffa1d2ac3af693a73377dedcde0 Mon Sep 17 00:00:00 2001 From: ShutingZhao Date: Thu, 5 Sep 2024 15:18:29 +0800 Subject: [PATCH] fix: attempt to fix the trivy scan Signed-off-by: ShutingZhao --- .github/actions/setup-build-env/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-build-env/action.yaml b/.github/actions/setup-build-env/action.yaml index 09818dc242f2..bc551024be97 100644 --- a/.github/actions/setup-build-env/action.yaml +++ b/.github/actions/setup-build-env/action.yaml @@ -19,7 +19,7 @@ runs: tool-cache: true android: true dotnet: true - haskell: true + haskell: false large-packages: false swap-storage: false - shell: bash