Skip to content

Commit

Permalink
ci: fix lfs=true on check-all-crates
Browse files Browse the repository at this point in the history
I've seen several lfs-related CI failures today. We're landing PRs
pretty rapidly, so I'm just adjusting the CI jobs and not debugging
further right now.
  • Loading branch information
conorsch committed May 8, 2024
1 parent 5c1a131 commit fec0144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
runs-on: buildjet-8vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Load rust cache
uses: astriaorg/[email protected]
- name: install cargo-hack
Expand Down

0 comments on commit fec0144

Please sign in to comment.