Skip to content

Commit 239cd7f

Browse files
authored
Removed cached downloads on windows CI (#2875)
# Checklist - [ ] The title and commit message(s) are descriptive. - [ ] Small commits made to fix your PR have been squashed to avoid history pollution. - [ ] Tests have been added for new features or bug fixes. - [ ] API of new functions and classes are documented. # Description <!--- Give any relevant description here. If your PR fixes an issue, please include "Fixes #ISSUE" (substituting the relevant issue ID). -->
1 parent 1af007d commit 239cd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
environment-name: myenv
4545
environment-file: environment-dev.yml
4646
init-shell: bash
47-
cache-downloads: true
47+
cache-downloads: false
4848
create-args: |
4949
ninja
5050

0 commit comments

Comments
 (0)