Skip to content

Commit a521be8

Browse files
committed
Fix Windows CI not finding cache
1 parent bfea48f commit a521be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/cache@v3
4242
id: "cache_template"
4343
with:
44-
path: cached_builds/template/${{ matrix.template }}}
44+
path: cached_builds/template/${{ matrix.template }}
4545
key: Windows-${{ matrix.arch }}-template-build
4646
continue-on-error: true
4747

0 commit comments

Comments
 (0)