Skip to content

Commit

Permalink
Install rather than assuming source is present
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Sep 13, 2023
1 parent 11b03c1 commit f6715fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ runs:
steps:
- name: Check
shell: bash
run: cargo run
run: |
cargo install --locked --git https://github.com/ThetaSinner/nix-cache-check.git --tag v1
nix-cache-check
env:
DERIVATION: ${{ inputs.derivation }}
EXTRA_BUILD_ARG: ${{ inputs.extra_build_args }}
Expand Down

0 comments on commit f6715fd

Please sign in to comment.