Skip to content

Commit

Permalink
fix: Install flip-link.
Browse files Browse the repository at this point in the history
  • Loading branch information
matoushybl committed Nov 21, 2020
1 parent fd0ae4d commit b001517
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
target: thumbv6m-none-eabi
override: true

- name: Install flip-link
uses: actions-rs/[email protected]
with:
crate: flip-link
version: latest
use-tool-cache: true

- name: cargo build release
uses: actions-rs/cargo@v1
with:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
version: latest
use-tool-cache: true

- name: Install flip-link
uses: actions-rs/[email protected]
with:
crate: flip-link
version: latest
use-tool-cache: true

- name: Run cargo build --release
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit b001517

Please sign in to comment.