Skip to content

Commit 5a0ac6a

Browse files
committed
Fix path to cache
1 parent 18becff commit 5a0ac6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
id: trimesh2-cache
7070
uses: actions/cache@v2
7171
with:
72-
path: '..\trimesh2-build'
72+
path: ..\trimesh2-build
7373
key: ${{ runner.os }}-build-trimesh2-cache
7474

7575
- name: Build Trimesh2

0 commit comments

Comments
 (0)