Skip to content

Commit

Permalink
fixup! ci: test latest stable (instead of nightly), fix ##1587
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Dec 12, 2024
1 parent ad0a402 commit bde3714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: Install toolchain
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly

- name: Run cargo doc
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit bde3714

Please sign in to comment.