From 2ead702f26c9ac73176cee07314d2d65b8a7f410 Mon Sep 17 00:00:00 2001 From: kenorb Date: Mon, 22 Apr 2024 18:23:43 +0100 Subject: [PATCH] GHA: Compile: Sets skip_cleanup to true on platform install --- .github/workflows/compile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index b9d73fc..593d04e 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -43,6 +43,7 @@ jobs: with: artifact_name: ${{ inputs.artifact_prefix || 'mt' }}4 artifact_overwrite: true + skip_cleanup: true version: 4 mt5: name: Installs platform (5) @@ -50,6 +51,7 @@ jobs: with: artifact_name: ${{ inputs.artifact_prefix || 'mt' }}5 artifact_overwrite: true + skip_cleanup: true version: 5 compile-platform-indicators: