Skip to content

Commit

Permalink
Cache the lix-installer download location
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Feb 28, 2025
1 parent 9ad404e commit 73a9082
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ inputs:
runs:
using: "composite"
steps:
- name: Cache installer
uses: actions/cache@v4
with:
path: /tmp/lix-installer
key: lix-installer-${{ runner.os }}-${{ runner.arch }}
- name: Install Lix
run: bash ${{ github.action_path }}/do-the-lix-thing
shell: bash
Expand Down

0 comments on commit 73a9082

Please sign in to comment.