Skip to content

Commit ec8f6be

Browse files
committed
chore : add step to install nightly for github actions
1 parent 89581f7 commit ec8f6be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ jobs:
3333
yellowstone-vixen/target/
3434
key: cargo-${{ hashFiles('**/Cargo.lock') }}-0001
3535

36+
# Install Rust Nightly
37+
- name: Install Rust Nightly
38+
uses: actions-rs/toolchain@v1
39+
with:
40+
toolchain: nightly
41+
override: true
42+
components: rustfmt, clippy
43+
3644
# Cargo.lock
3745
- name: Check lock file
3846
run: |

0 commit comments

Comments
 (0)