Skip to content

Commit

Permalink
Updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkrull committed Mar 9, 2024
1 parent 700cc3f commit 1025046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand All @@ -25,7 +25,7 @@ jobs:
override: true

- name: Install dependencies
run: cargo instal flip-link
run: cargo install flip-link

- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 1025046

Please sign in to comment.