Skip to content

Commit

Permalink
Added Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaMatta98 committed Jul 7, 2023
1 parent 810a75d commit 9ecfe66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
uses: actions/checkout@v2

- name: Set up Rust nightly
uses: actions-rs/components-nightly@v1
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
profile: minimal

- name: Install system dependencies
run: |
Expand Down

0 comments on commit 9ecfe66

Please sign in to comment.