Skip to content

Commit

Permalink
use nightly for ci since nightly features are needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeng committed Jan 25, 2024
1 parent 7bae847 commit b6f194f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit b6f194f

Please sign in to comment.