From bd94b96f59059bcddecb57f50550dd64aa3b9da7 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 22 Apr 2021 01:59:40 +0000 Subject: [PATCH] chore: fix missing quote --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index de197b7..92e21ad 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -99,7 +99,7 @@ jobs: with: # Cache the gocr webassembly module based on the submodule file path: ./runtime/bin/gocr_wasm.so - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles(./runtime/tests/gocr') }} + key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./runtime/tests/gocr') }} - name: Compile sample apps and run tests run: | ./test.sh