Skip to content

Commit 45c9136

Browse files
committed
Fixed odd issue.
1 parent d9c4191 commit 45c9136

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ubuntu20-checkperf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/cache@v2
17-
with:
18-
path: dependencies/.cache
19-
key: ${{ hashFiles('dependencies/CMakeLists.txt') }}
16+
- uses: actions/cache@v2
17+
with:
18+
path: dependencies/.cache
19+
key: ${{ hashFiles('dependencies/CMakeLists.txt') }}
2020
- name: Use cmake
2121
run: |
2222
mkdir build &&

0 commit comments

Comments
 (0)