remove unused step id

This commit is contained in:
Paul Zabelin
2020-09-09 22:25:57 -07:00
parent 47ca102785
commit 15e8488855

View File

@@ -8,7 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v2.3.2
- uses: actions/cache@v2.1.1
id: opencv-cache
with:
key: opencv-${{ hashFiles('**/install-opencv.sh') }}
path: |