We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfea48f commit a521be8Copy full SHA for a521be8
.github/workflows/windows_build.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/cache@v3
42
id: "cache_template"
43
with:
44
- path: cached_builds/template/${{ matrix.template }}}
+ path: cached_builds/template/${{ matrix.template }}
45
key: Windows-${{ matrix.arch }}-template-build
46
continue-on-error: true
47
0 commit comments