Skip to content

Commit

Permalink
ci: load rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Oct 9, 2024
1 parent e1b717f commit b8bfe41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
restore-prefixes-first-match: nix-${{ runner.os }}-
backend: buildjet

- name: Load rust cache
uses: astriaorg/[email protected]

# Confirm that the nix devshell is buildable and runs at all.
- name: validate nix env
run: nix develop --command echo hello
Expand Down

0 comments on commit b8bfe41

Please sign in to comment.