File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 24242525 with :
2626 packages : g++ cmake subversion doxygen libxml2-dev libssl-dev libsqlite3-dev libboost-all-dev libogre-1.9-dev libsvn-dev libopencv-dev binutils-dev libiberty-dev libcurl4-gnutls-dev libprocps-dev libqwt-qt5-dev libqt5webkit5-dev libqwtmathml-qt5-dev libqt5opengl5-dev libqt5svg5-dev qt*5-dev qttools5-dev-tools git
27- - name : Restore MIRA cache
27+ - name : Cache MIRA
2828 id : restore-mira-cache
29- uses : actions/cache/restore @v4
29+ uses : actions/cache@v4
3030 with :
3131 path : ${{ env.MIRA_PATH }}
3232 key : mira-${{ runner.os }}-ubuntu-22.04
3636 curl -o mira-installer-binary.sh https://www.mira-project.org/downloads/mira-installer-binary.sh
3737 chmod +x mira-installer-binary.sh
3838 ./mira-installer-binary.sh -s ubuntu-2204lts-x64 -d ${{ env.MIRA_PATH }}
39- - name : Save MIRA cache
40- uses : actions/cache/save@v4
41- with :
42- path : ${{ env.MIRA_PATH }}
43- key : ${{ steps.restore-mira-cache.outputs.cache-primary-key }}
4439
4540
4641 # - name: Make ccache directory
You can’t perform that action at this time.
0 commit comments