Skip to content

Commit a31c5e4

Browse files
committed
fixup
1 parent bba1a99 commit a31c5e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-lazer-publisher.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions-rust-lang/setup-rust-toolchain@v1
1818
with:
1919
toolchain: 1.81.0
20+
components: clippy, rustfmt
2021
- name: install extra tools
2122
run: |
2223
cargo install --locked [email protected]

.github/workflows/ci-lazer-solana.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions-rust-lang/setup-rust-toolchain@v1
1818
with:
1919
toolchain: 1.81.0
20+
components: clippy, rustfmt
2021
- name: install extra tools
2122
run: |
2223
cargo install --locked [email protected]

0 commit comments

Comments
 (0)