File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 58
58
uses : actions/cache@v3
59
59
with :
60
60
path : /tmp/model_fmu
61
- key : ${{ runner.os }}-model-fmu
61
+ key : ${{ runner.os }}-model-fmu-${{ github.sha }}
62
62
63
63
- name : Commit ID
64
64
run : |
Original file line number Diff line number Diff line change 68
68
uses : actions/cache@v3
69
69
with :
70
70
path : /tmp/model_fmu
71
- key : ${{ runner.os }}-model-fmu
71
+ key : ${{ runner.os }}-model-fmu-${{ github.sha }}
72
72
73
73
- name : Cache Tracefile Player FMU
74
74
id : cache-tracefile-player-fmu
Original file line number Diff line number Diff line change 14
14
uses : actions/cache@v3
15
15
with :
16
16
path : /tmp/model_fmu
17
- key : ${{ runner.os }}-model-fmu
17
+ key : ${{ runner.os }}-model-fmu-${{ github.sha }}
18
18
19
19
- name : Archive built FMU
20
20
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 14
14
uses : actions/cache@v3
15
15
with :
16
16
path : /tmp/model_fmu
17
- key : ${{ runner.os }}-model-fmu
17
+ key : ${{ runner.os }}-model-fmu-${{ github.sha }}
18
18
19
19
- name : Cache FMUComplianceChecker
20
20
id : cache-fmu-checker
57
57
uses : actions/cache@v3
58
58
with :
59
59
path : /tmp/model_fmu
60
- key : ${{ runner.os }}-model-fmu
60
+ key : ${{ runner.os }}-model-fmu-${{ github.sha }}
61
61
62
62
- name : Install FMPy
63
63
run : python -m pip install fmpy[complete]
You can’t perform that action at this time.
0 commit comments