mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
Remove dangling if
condition
This commit is contained in:
parent
b57c579c69
commit
2f1458bd46
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -40,7 +40,6 @@ jobs:
|
||||||
run: emmake make
|
run: emmake make
|
||||||
working-directory: 'movement/make'
|
working-directory: 'movement/make'
|
||||||
- name: Archive simulator build
|
- name: Archive simulator build
|
||||||
if: ${{ matrix.target == 'simulator' }}
|
|
||||||
working-directory: 'movement/make/build'
|
working-directory: 'movement/make/build'
|
||||||
run: |
|
run: |
|
||||||
cp watch.html index.html
|
cp watch.html index.html
|
||||||
|
|
Loading…
Reference in a new issue