Skip to content

Commit 64ace82

Browse files
committed
remove comments
1 parent e76a3bf commit 64ace82

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
with:
4646
submodules: recursive
4747
- name: Install Rust
48-
# uses: actions-rs/toolchain@v1
49-
# with:
50-
# toolchain: stable
51-
# components: rustfmt, clippy
5248
run: |
5349
rustup toolchain install stable --no-self-update --component rustfmt --component clippy
5450
rustup default stable

.github/workflows/publish_to_crates.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
submodules: recursive
1818
ssh-key: ${{ secrets.SSH_KEY }}
1919
- name: Install Rust
20-
# uses: actions-rs/toolchain@v1
21-
# with:
22-
# toolchain: stable
2320
run: |
2421
rustup toolchain install stable --no-self-update
2522
rustup default stable

0 commit comments

Comments
 (0)