From 75f2355eac32b23e16bbd39a64d2cbd57fe8dd59 Mon Sep 17 00:00:00 2001 From: lihuiba Date: Tue, 28 May 2024 16:54:14 +0800 Subject: [PATCH] fix --- .github/workflows/ci.linux.compiler.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.linux.compiler.yml b/.github/workflows/ci.linux.compiler.yml index 572d4c25..f8a82e74 100644 --- a/.github/workflows/ci.linux.compiler.yml +++ b/.github/workflows/ci.linux.compiler.yml @@ -30,6 +30,8 @@ jobs: with: name: output850 path: build/output850 + retention-days: 5 + compression-level: 0 gcc921: needs: gcc850 @@ -52,6 +54,8 @@ jobs: with: name: output921 path: build/output921 + retention-days: 5 + compression-level: 0 gcc1031: needs: gcc921 @@ -74,6 +78,8 @@ jobs: with: name: output1031 path: build/output1031 + retention-days: 5 + compression-level: 0 gcc1121: needs: gcc1031 @@ -96,6 +102,8 @@ jobs: with: name: output1121 path: build/output1121 + retention-days: 5 + compression-level: 0 gcc1211: needs: gcc1121 @@ -118,5 +126,7 @@ jobs: with: name: output1211 path: build/output1211 + retention-days: 5 + compression-level: 0