Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuiba committed May 28, 2024
1 parent f1fe8f8 commit 75f2355
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.linux.compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
name: output850
path: build/output850
retention-days: 5
compression-level: 0

gcc921:
needs: gcc850
Expand All @@ -52,6 +54,8 @@ jobs:
with:
name: output921
path: build/output921
retention-days: 5
compression-level: 0

gcc1031:
needs: gcc921
Expand All @@ -74,6 +78,8 @@ jobs:
with:
name: output1031
path: build/output1031
retention-days: 5
compression-level: 0

gcc1121:
needs: gcc1031
Expand All @@ -96,6 +102,8 @@ jobs:
with:
name: output1121
path: build/output1121
retention-days: 5
compression-level: 0

gcc1211:
needs: gcc1121
Expand All @@ -118,5 +126,7 @@ jobs:
with:
name: output1211
path: build/output1211
retention-days: 5
compression-level: 0


0 comments on commit 75f2355

Please sign in to comment.