diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index f305c0f..bf3a8f2 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -12,8 +12,6 @@ jobs: - name: checkout code uses: actions/checkout@v6 - - name: install dependencies - run: cargo install --path . - name: cargo build run: cargo build --all-targets