Skip to content

Commit

Permalink
Editted Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaMatta98 committed Feb 19, 2024
1 parent 4833d00 commit 4a102be
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

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

- name: Cache Rust dependencies
uses: actions/[email protected]
with:
Expand All @@ -22,12 +29,6 @@ jobs:
restore-keys: |
${{ runner.os }}-rust-
- name: Set up Rust nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
profile: minimal

- name: Install system dependencies
run: |
Expand Down

0 comments on commit 4a102be

Please sign in to comment.