Skip to content

Commit

Permalink
f Cache the lix-installer download location
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr authored Feb 28, 2025
1 parent cf32251 commit 55e3e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
using: "composite"
steps:
- name: Cache installer
uses: actions/cache
uses: actions/cache@v4
with:
path: /tmp/lix-installer
key: ${{ runner.os }}-${{ runner.arch }}
Expand Down

0 comments on commit 55e3e86

Please sign in to comment.