Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 406a629

Browse files
committed
Fix actions databroker
1 parent b26b9d4 commit 406a629

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/kuksa_databroker_build.yml

+17
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
steps:
3535
- name: Installing JVM
3636
run: sudo apt update && sudo apt-get install -y default-jre
37+
- uses: actions/checkout@v3
3738
- name: cargo fmt
3839
working-directory: ${{github.workspace}}
3940
run: cargo fmt -- --check
@@ -57,6 +58,22 @@ jobs:
5758
runs-on: ubuntu-latest
5859

5960
steps:
61+
- uses: actions/checkout@v3
62+
- uses: actions-rs/install@v0.1
63+
with:
64+
crate: cargo-tarpaulin
65+
version: latest
66+
67+
- uses: actions-rs/install@v0.1
68+
with:
69+
crate: cross
70+
version: latest
71+
72+
- uses: actions-rs/install@v0.1
73+
with:
74+
crate: cargo-strip
75+
version: latest
76+
6077
- name: Show toolchain information
6178
working-directory: ${{github.workspace}}
6279
run: |

0 commit comments

Comments
 (0)