Skip to content

Commit

Permalink
Try to fix the command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fethbita committed Oct 6, 2024
1 parent d90c8cd commit 33b2430
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:

- name: Install deps
run: |
apk add --no-cache pcsc-lite-dev \ # For pcsc dependency
musl-dev # For tracing-attributes dependency (needs crti.o)
apk add --no-cache \
# For pcsc dependency
pcsc-lite-dev \
# For tracing-attributes dependency (needs crti.o)
musl-dev
apk add pkgconf openssl-dev # For openssl dependency (see https://github.com/Fethbita/emrtd/pull/3)
- name: Build
Expand Down

0 comments on commit 33b2430

Please sign in to comment.