diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 558783b..935815f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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