This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d04f96
commit 68017c6
Showing
2 changed files
with
217 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
override: true | ||
|
||
- name: Install libudev-dev | ||
run: sudo apt-get install libudev-dev | ||
run: sudo apt-get update && sudo apt-get install libudev-dev | ||
|
||
- name: Run cargo check | ||
uses: actions-rs/cargo@v1 | ||
|
@@ -79,7 +79,7 @@ jobs: | |
override: true | ||
|
||
- name: Install libudev-dev | ||
run: sudo apt-get install libudev-dev | ||
run: sudo apt-get update && sudo apt-get install libudev-dev | ||
|
||
- name: Run cargo build --features=yubihsm | ||
uses: actions-rs/cargo@v1 | ||
|
@@ -155,7 +155,7 @@ jobs: | |
override: true | ||
|
||
- name: Install libudev-dev | ||
run: sudo apt-get install libudev-dev | ||
run: sudo apt-get update && sudo apt-get install libudev-dev | ||
|
||
- name: Run cargo test | ||
uses: actions-rs/cargo@v1 | ||
|
@@ -198,7 +198,7 @@ jobs: | |
override: true | ||
|
||
- name: Install libudev-dev | ||
run: sudo apt-get install libudev-dev | ||
run: sudo apt-get update && sudo apt-get install libudev-dev | ||
|
||
- name: Run cargo-tarpaulin | ||
uses: actions-rs/[email protected] | ||
|
@@ -314,7 +314,7 @@ jobs: | |
override: true | ||
|
||
- name: Install libudev-dev | ||
run: sudo apt-get install libudev-dev | ||
run: sudo apt-get update && sudo apt-get install libudev-dev | ||
|
||
- name: Install clippy | ||
run: rustup component add clippy | ||
|
Oops, something went wrong.