Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

fix docker container #136

Merged
merged 11 commits into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
run: |
rustup target add wasm32-unknown-unknown

- name: Install Protoc
uses: arduino/setup-protoc@v1

- name: Build
working-directory: ${{ matrix.pkg }}
run: cargo build
Expand All @@ -49,9 +46,6 @@ jobs:
run: |
rustup target add wasm32-unknown-unknown

- name: Install Protoc
uses: arduino/setup-protoc@v1

- name: Clippy
working-directory: ${{ matrix.pkg }}
run: RUSTFLAGS="-Dwarnings" cargo clippy
Expand Down
Loading