Skip to content

Commit

Permalink
Added apt packages to action
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Apr 6, 2024
1 parent b53c6b3 commit 6979914
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Cache APT Packages
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
packages: libboost1.74-dev libqwt-qt5-dev libqt5webkit5-dev libqwtmathml-qt5-dev libqt5opengl5-dev libqt5svg5-dev qt*5-dev qttools5-dev-tools
- name: Download and extract MIRA
run: |
curl -o mira.tar.gz https://www.mira-project.org/downloads/MIRA-2023-12-15_r10375.tar.gz
Expand Down

0 comments on commit 6979914

Please sign in to comment.