Skip to content

Commit

Permalink
Testing alternative build action
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch authored and SebastianSchildt committed Jul 20, 2023
1 parent d5fbb7c commit 2b2a908
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/kuksa_databroker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,10 @@ jobs:

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

- uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
run: |
cargo install cargo-tarpaulin
- name: Show toolchain information
working-directory: ${{github.workspace}}
run: |
Expand Down

0 comments on commit 2b2a908

Please sign in to comment.