From b97ac16c7075f4ae6f3c6786d4ceab11a3163eec Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 15 Aug 2023 10:38:28 +0200 Subject: [PATCH] .gitea/workflows/test.yaml aktualisiert --- .gitea/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ad3b14d..59e18f8 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -17,5 +17,8 @@ jobs: with: toolchain: stable + - name: Install flip-link + run: cargo install flip-link + - name: Build run: cargo build \ No newline at end of file