only:Improve toolset for default tune canned tune generation #4871

This commit is contained in:
Andrey 2023-06-16 19:51:25 -04:00
parent 2dec5c5869
commit ed1b4aa092
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ jobs:
working-directory: ./simulator/
run: ./compile.sh
- name: Load Default Tune from Linux Simulator
working-directory: ./simulator/
run: ./write_tune.sh
- name: Commit fresh generated default simulator tune
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'