Skip to content
Prev Previous commit
Next Next commit
fix
  • Loading branch information
alamb committed Aug 7, 2025
commit 5a772bf0668a79d54ffae2f8c17601c069e7367e
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Rustdocs are clean
runs-on: ubuntu-latest
container:
image: ${{ matrix.arch }}/rust
image: amd64/rust
env:
RUSTDOCFLAGS: "-Dwarnings --enable-index-page -Zunstable-options"
steps:
Expand Down
Loading