diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index d627078..249009c 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -15,5 +15,8 @@ jobs: - uses: https://github.com/dtolnay/rust-toolchain@stable + - name: Install flip-link + run: cargo install flip-link + - name: Build run: cargo build