diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 4478680..cb137d4 100755 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -24,8 +24,6 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - uses: extractions/setup-just@v2 - with: - components: rustfmt - name: Enforce formatting run: just fmt