Skip to content

Commit

Permalink
fix: use nightly in CI
Browse files Browse the repository at this point in the history
bench: 1583604
  • Loading branch information
DeveloperPaul123 committed Dec 19, 2024
1 parent 10a4d0c commit 27d7eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Rust nightly
run: rustup default nightly
- uses: actions/checkout@v4
with:
lfs: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
- name: Rust nightly
run: rustup default nightly
- name: Install just
uses: extractions/setup-just@v2
- name: clippy
Expand Down

0 comments on commit 27d7eab

Please sign in to comment.