Skip to content

Commit

Permalink
Change how packages are installed to use a caching tool
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Nov 20, 2024
1 parent fd3c29b commit 9f68f7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ runs:
using: composite
steps:
- name: Install cairo
shell: bash
run: sudo apt install libcairo2-dev
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
with:
packages: libcairo2-dev
version: 1.0
- name: Checkout landscape
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7@v4
with:
Expand Down

0 comments on commit 9f68f7f

Please sign in to comment.