Skip to content

Commit

Permalink
update github actions step
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Nov 15, 2023
1 parent fa70e53 commit 424f71e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Run tests
Expand All @@ -29,7 +29,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install ARM target
run: rustup target add thumbv7em-none-eabihf
- name: Build
Expand All @@ -43,7 +43,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: cargo build --features serde-serialize
- name: Run tests
Expand Down

0 comments on commit 424f71e

Please sign in to comment.