chore: use binary cache in PRs
Some checks failed
Code quality / check (pull_request) Failing after 3m23s
Some checks failed
Code quality / check (pull_request) Failing after 3m23s
This commit is contained in:
parent
7faf9d05f9
commit
94cc70f42e
1 changed files with 11 additions and 0 deletions
|
@ -10,8 +10,19 @@ jobs:
|
|||
check:
|
||||
runs-on: nix-flakes
|
||||
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up attic binary cache
|
||||
uses: https://git.naxdy.org/NaxdyOrg/attic-action@v0.3
|
||||
with:
|
||||
endpoint: "${{ vars.BINARY_CACHE_URL }}"
|
||||
token: ""
|
||||
cache: "${{ vars.PUBLIC_BINARY_CACHE_NAME }}"
|
||||
skip-push: true
|
||||
|
||||
- name: Run Clippy
|
||||
run: |
|
||||
nix develop . --command cargo clippy -- -Dwarnings
|
||||
|
|
Loading…
Reference in a new issue