Skip to content

Commit bf7028c

Browse files
committed
Update2
Signed-off-by: Alberto Tudela <[email protected]>
1 parent 062d65f commit bf7028c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: awalsh128/[email protected]
2525
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
@@ -36,11 +36,6 @@ jobs:
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

0 commit comments

Comments
 (0)