Skip to content

Commit

Permalink
Fix CI check
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Rodin <[email protected]>
  • Loading branch information
a-rodin committed Feb 25, 2020
1 parent 171e56a commit e696b98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: "cd tests && make check-component-features"
- run: "cd tests && make check-component-features"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
check-component-features:
build:
context: .
dockerfile: scripts/ci-docker-images/checker/Dockerfile
dockerfile: scripts/ci-docker-images/checker-component-features/Dockerfile
environment:
RUSTFLAGS: "-D warnings"
CARGO_TERM_COLOR: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RUN apt-get update && \
curl \
git \
jq \
libssl-dev \
pkg-config \
python3-pip

# Install Rust
Expand Down

0 comments on commit e696b98

Please sign in to comment.