Skip to content

Commit

Permalink
Update2
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Oct 15, 2024
1 parent 062d65f commit bf7028c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
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
- name: Restore MIRA cache
- name: Cache MIRA
id: restore-mira-cache
uses: actions/cache/restore@v4
uses: actions/cache@v4
with:
path: ${{ env.MIRA_PATH }}
key: mira-${{ runner.os }}-ubuntu-22.04
Expand All @@ -36,11 +36,6 @@ jobs:
curl -o mira-installer-binary.sh https://www.mira-project.org/downloads/mira-installer-binary.sh
chmod +x mira-installer-binary.sh
./mira-installer-binary.sh -s ubuntu-2204lts-x64 -d ${{ env.MIRA_PATH }}
- name: Save MIRA cache
uses: actions/cache/save@v4
with:
path: ${{ env.MIRA_PATH }}
key: ${{ steps.restore-mira-cache.outputs.cache-primary-key }}
# - name: Make ccache directory
Expand Down

0 comments on commit bf7028c

Please sign in to comment.