Skip to content

Commit

Permalink
Try to add openssl-libs-static to see if it changes anything
Browse files Browse the repository at this point in the history
I assume it will not fix anything because the problem seems to be
related to pcsc-lite
  • Loading branch information
Fethbita committed Oct 6, 2024
1 parent 0602b3b commit e105ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
apk add --no-cache pcsc-lite-dev # For pcsc dependency
apk add --no-cache musl-dev # For tracing-attributes dependency (needs crti.o)
apk add --no-cache pkgconf openssl-dev gcc make perl-dev # For openssl dependency (see https://github.com/Fethbita/emrtd/pull/3)
apk add --no-cache pkgconf openssl-dev openssl-libs-static gcc make perl-dev # For openssl dependency (see https://github.com/Fethbita/emrtd/pull/3, https://github.com/rust-lang/docker-rust/issues/167)
- name: Build
run: cargo build --all-features --verbose
Expand Down

0 comments on commit e105ac5

Please sign in to comment.