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