From 0cb7d0975e2fc2718cf026b6dbbe1fa680998faa Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 25 Aug 2023 14:38:45 +0200 Subject: [PATCH] .gitea/workflows/pull_request.yaml aktualisiert --- .gitea/workflows/pull_request.yaml | 3 +++ 1 file changed, 3 insertions(+) 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