Skip to content

Commit bbd5868

Browse files
committed
Disallow prune of MKL static libraries.
Update linux.yml Update linux.yml Update linux.yml Update linux.yml Update linux.yml Disallow prune of MKL static libraries.
1 parent 1183068 commit bbd5868

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
3838
3939
40-
40+
prune: false
41+
4142
- uses: actions/checkout@v4
4243

4344
- name: Check Current Memory Limit
@@ -97,6 +98,7 @@ jobs:
9798
with:
9899
components: |
99100
mkl
101+
prune: false
100102

101103
- uses: actions/checkout@v4
102104
- name: build fds debug

0 commit comments

Comments
 (0)