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 e76a3bf commit 64ace82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
with:
submodules: recursive
- name: Install Rust
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# components: rustfmt, clippy
run: |
rustup toolchain install stable --no-self-update --component rustfmt --component clippy
rustup default stable
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish_to_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
submodules: recursive
ssh-key: ${{ secrets.SSH_KEY }}
- name: Install Rust
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
run: |
rustup toolchain install stable --no-self-update
rustup default stable
Expand Down

0 comments on commit 64ace82

Please sign in to comment.