forked from TrueCloudLab/certificates
Install libpcsclite-dev dep before running linter
This commit is contained in:
parent
847ae6c3f9
commit
47e2e59491
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -17,6 +17,9 @@ jobs:
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '^1.15.6'
|
go-version: '^1.15.6'
|
||||||
|
- name: Install Deps
|
||||||
|
id: install-deps
|
||||||
|
run: sudo apt-get -y install libpcsclite-dev
|
||||||
- name: Lint, Test, Build
|
- name: Lint, Test, Build
|
||||||
id: lintTestBuild
|
id: lintTestBuild
|
||||||
run: V=1 make -j1 bootstrap travis
|
run: V=1 make -j1 bootstrap travis
|
||||||
|
|
Loading…
Reference in a new issue