feat(ci): setup rust env

This commit is contained in:
SolidStateDrive 2025-02-01 16:21:11 +01:00 committed by GitHub Enterprise
commit 0ca766d937

View file

@ -16,6 +16,9 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y
- name: Build
run: cargo build --verbose