Skip to content

Commit

Permalink
ci: fix docs-lint job
Browse files Browse the repository at this point in the history
We're seeing an error related to polling the proving keys via the proto
package's build.rs. Let's just enable lfs=true on the git checkout
action.
  • Loading branch information
conorsch committed May 7, 2024
1 parent 0e4bb1a commit b3e835a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
lfs: false
lfs: true

- name: Install nightly rust toolchain
# The script for rustdoc build requires nightly toolchain.
Expand Down

0 comments on commit b3e835a

Please sign in to comment.