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