component

This commit is contained in:
aniketfuryrocks 2023-09-04 21:22:20 +05:30
parent b609788883
commit a959006935
No known key found for this signature in database
GPG Key ID: 1B75EA596D89FF06
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ jobs:
sudo apt-get upgrade -y
sudo apt-get install libssl-dev openssl -y
- name: Install rustfmt
run: |
rustup component add rustfmt
- name: Early Build
run: cargo build --workspace --tests