Skip to content

Commit 8fbeb31

Browse files
committed
Attempt to fix CI dep installation
Signed-off-by: Petr Horacek <petr@zlosynth.com>
1 parent fb05334 commit 8fbeb31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
uses: actions-rs/cargo@v1
3535
with:
3636
command: install
37-
args: --debug cargo-make
37+
args: --debug --locked cargo-make
3838
- name: Install flip-link
3939
uses: actions-rs/cargo@v1
4040
with:
4141
command: install
42-
args: --debug flip-link
42+
args: --debug --locked flip-link
4343
- name: Install up Python 3.x toolchain
4444
uses: actions/setup-python@v2
4545
with:

0 commit comments

Comments
 (0)