Skip to content

Commit

Permalink
Attempt to fix CI dep installation
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Dec 23, 2024
1 parent fb05334 commit 8fbeb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: --debug cargo-make
args: --debug --locked cargo-make
- name: Install flip-link
uses: actions-rs/cargo@v1
with:
command: install
args: --debug flip-link
args: --debug --locked flip-link
- name: Install up Python 3.x toolchain
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 8fbeb31

Please sign in to comment.