chore: Update application path in github yaml

master
Sean McBride 3 years ago
parent ea728b013b
commit 33d60fd936

@ -101,7 +101,7 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: ./runtime/bin/gocr_wasm.so path: ./runtime/bin/gocr_wasm.so
key: ${{ runner.os }}-gocr2-${{ hashFiles('./applications/Makefile', './applications/gocr/**', './runtime/compiletime/**') }} key: ${{ runner.os }}-gocr2-${{ hashFiles('./applications/Makefile', './applications/wasmception_apps/gocr/**', './runtime/compiletime/**') }}
if: success() || failure() if: success() || failure()
- name: Hyde - name: Hyde
run: | run: |
@ -138,7 +138,7 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: ./runtime/bin/ekf_wasm.so path: ./runtime/bin/ekf_wasm.so
key: ${{ runner.os }}-gocr2-${{ hashFiles('./applications/Makefile', './applications/TinyEKF/**', './runtime/compiletime/**') }} key: ${{ runner.os }}-gocr2-${{ hashFiles('./applications/Makefile', './applications/wasmception_apps/TinyEKF/**', './runtime/compiletime/**') }}
if: success() || failure() if: success() || failure()
- name: EKF one iteration - name: EKF one iteration
run: | run: |

Loading…
Cancel
Save