Skip to content

Commit

Permalink
fix(ci): upgrate rust compiler before test/building
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Aug 1, 2024
1 parent 69d440d commit 3cc9846
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/checkout@v4
name: Checkout source

- uses: actions-rust-lang/setup-rust-toolchain@v1
name: Setup Rust

- uses: actions/cache@v3
name: Setup Cache
with:
Expand Down Expand Up @@ -56,6 +59,9 @@ jobs:
- uses: actions/checkout@v4
name: Checkout source

- uses: actions-rust-lang/setup-rust-toolchain@v1
name: Setup Rust

- uses: actions/cache@v3
name: Setup Cache
with:
Expand Down Expand Up @@ -98,6 +104,8 @@ jobs:
- test_rust
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
name: Setup Rust
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 3cc9846

Please sign in to comment.