Skip to content

Commit

Permalink
Update used actions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Oct 21, 2024
1 parent 89c15df commit 603bc39
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5
with:
submodules: true
- name: Setup Build Environment
run: |
sudo apt update
sudo apt install libudev-dev libhidapi-dev
- name: Setup rust toolchain
uses: actions-rs/toolchain@v1
with:
override: true
uses: dtolnay/rust-toolchain@stable
- uses: davidB/rust-cargo-make@v1
with:
version: 0.35.16
- uses: Swatinem/rust-cache@v1
version: 0.37.23
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo make test-flow

0 comments on commit 603bc39

Please sign in to comment.