Skip to content

Commit

Permalink
ci: Update rust before build
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetlert committed Jul 26, 2024
1 parent 033524b commit 3094f73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update Rust
run: rustup update stable && rustup default stable
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 3094f73

Please sign in to comment.