Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijan committed Feb 23, 2025
1 parent 08b91e1 commit aefe6a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update Rust stable version
run: rustup update stable
- uses: actions/cache@v4
with:
path: |
Expand Down Expand Up @@ -54,6 +56,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update Rust stable version
run: rustup update stable
- uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit aefe6a8

Please sign in to comment.