Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stneng committed Jun 27, 2023
1 parent 07caa4a commit 9d7a81b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
with:
submodules: recursive
- name: Install Rust
# uses: actions-rs/toolchain@v1
# with:
# target: ${{ matrix.cargo_target }}
run: |
rustup target add ${{ matrix.cargo_target }}
- name: Install protobuf
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
with:
submodules: recursive
- name: Install Rust
# uses: actions-rs/toolchain@v1
# with:
# components: rustfmt, clippy
run: |
rustup component add rustfmt
rustup component add clippy
Expand Down

0 comments on commit 9d7a81b

Please sign in to comment.