Skip to content

Commit b186ff1

Browse files
committed
Disable artifact cache
1 parent 9c7df57 commit b186ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
python-version: '3.8'
125125
architecture: 'x64'
126126
- name: 'Cache Cargo artifacts'
127-
if: matrix.mode == 'native'
127+
if: false
128128
uses: actions/cache@v2
129129
with:
130130
path: |

0 commit comments

Comments
 (0)