diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 459c564..99bcca0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install mold - run: apt install -y mold + run: sudo apt-get install -y mold - name: Run rustfmt run: cargo fmt -- --check