Skip to content

Commit

Permalink
ci: Fix build_docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlinjin committed Dec 17, 2024
1 parent dbc6a1e commit 16afe7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Set default toolchain
run: rustup default nightly-2024-05-12
run: rustup default nightly
- name: Set profile
run: rustup set profile minimal
- name: Update toolchain
Expand Down

0 comments on commit 16afe7c

Please sign in to comment.