File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v2
1515 - run : sudo apt-get update && sudo apt-get install bison ccache ninja-build libsdl2-dev libsdl2-gfx-dev libsdl2-mixer-dev libsdl2-net-dev qtbase5-dev
16+ - name : Prepare ccache timestamp
17+ id : ccache_cache_timestamp
18+ shell : cmake -P {0}
19+ run : |
20+ string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
21+ message("::set-output name=timestamp::${current_date}")
1622 - uses : actions/cache@v1.1.0
1723 with :
1824 path : .ccache
5662 steps :
5763 - uses : actions/checkout@v2
5864 - run : brew install ccache ninja qt
65+ - name : Prepare ccache timestamp
66+ id : ccache_cache_timestamp
67+ shell : cmake -P {0}
68+ run : |
69+ string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
70+ message("::set-output name=timestamp::${current_date}")
5971 - uses : actions/cache@v1.1.0
6072 with :
6173 path : .ccache
You can’t perform that action at this time.
0 commit comments