maybe helping simulator job
This commit is contained in:
parent
82d8e24f32
commit
e28442da0b
|
@ -50,7 +50,11 @@ jobs:
|
|||
working-directory: ./simulator/
|
||||
run: ./build/rusefi_simulator 10
|
||||
|
||||
- name: Load Default Tune from Linux Simulator
|
||||
- name: Reset git
|
||||
run: |
|
||||
git reset --hard
|
||||
|
||||
- name: Convert .bin from Linux Simulator into .xml
|
||||
working-directory: ./simulator/
|
||||
run: ./write_tune.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue