Skip to content

Commit e696b98

Browse files
committed
Fix CI check
Signed-off-by: Alexander Rodin <[email protected]>
1 parent 171e56a commit e696b98

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v1
24-
- uses: "cd tests && make check-component-features"
24+
- run: "cd tests && make check-component-features"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ services:
8787
check-component-features:
8888
build:
8989
context: .
90-
dockerfile: scripts/ci-docker-images/checker/Dockerfile
90+
dockerfile: scripts/ci-docker-images/checker-component-features/Dockerfile
9191
environment:
9292
RUSTFLAGS: "-D warnings"
9393
CARGO_TERM_COLOR: always

scripts/ci-docker-images/checker-component-features/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ RUN apt-get update && \
66
curl \
77
git \
88
jq \
9+
libssl-dev \
10+
pkg-config \
911
python3-pip
1012

1113
# Install Rust

0 commit comments

Comments
 (0)