Disable cache, it doesn't work anyway
This commit is contained in:
parent
c32fedaa6a
commit
005ce6d828
1 changed files with 0 additions and 16 deletions
|
|
@ -7,23 +7,7 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- name: Restore cached version
|
|
||||||
id: cache-restore
|
|
||||||
uses: https://code.forgejo.org/actions/cache/restore@v4
|
|
||||||
if: inputs.version != 'snapshot'
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
/nix/store
|
|
||||||
key: ${{ inputs.version }}-${{ hashFiles('**/flake.lock') }}
|
|
||||||
- run: ${{ github.action_path }}/install.sh
|
- run: ${{ github.action_path }}/install.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
INPUT_VERSION: ${{ inputs.version }}
|
INPUT_VERSION: ${{ inputs.version }}
|
||||||
- name: Cache version
|
|
||||||
id: cache-put
|
|
||||||
uses: https://code.forgejo.org/actions/cache/save@v4
|
|
||||||
if: inputs.version != 'snapshot'
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
/nix/store
|
|
||||||
key: ${{ inputs.version }}-${{ hashFiles('**/flake.lock') }}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue