Skip to content

Commit

Permalink
Fix actions databroker
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeling committed Jun 29, 2023
1 parent b26b9d4 commit 406a629
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/kuksa_databroker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
steps:
- name: Installing JVM
run: sudo apt update && sudo apt-get install -y default-jre
- uses: actions/checkout@v3
- name: cargo fmt
working-directory: ${{github.workspace}}
run: cargo fmt -- --check
Expand All @@ -57,6 +58,22 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions-rs/[email protected]
with:
crate: cargo-tarpaulin
version: latest

- uses: actions-rs/[email protected]
with:
crate: cross
version: latest

- uses: actions-rs/[email protected]
with:
crate: cargo-strip
version: latest

- name: Show toolchain information
working-directory: ${{github.workspace}}
run: |
Expand Down

0 comments on commit 406a629

Please sign in to comment.