diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f1236bd..fcd7484 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,7 +34,7 @@ jobs: rustup update rustup default ${{ matrix.toolchain }} - name: Build - run: cargo build ---all-features -r -v --workspace + run: cargo build --all-features -r -v --workspace - name: Cache build id: cache-build uses: actions/cache@v4