From e85fce17569d21f131d5865ca8e78a5b4ecb73c7 Mon Sep 17 00:00:00 2001 From: Jan Cristina Date: Fri, 20 Sep 2024 12:41:31 +0200 Subject: [PATCH] move-panama-backend - specify branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98da33c..2fa7dab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v4 - name: Check rustfmt - run: cargo add -p diplomat-java --git https://github.com/rust-diplomat/diplomat.git diplomat-tool diplomat-runtime diplomat_core diplomat + run: cargo add -p diplomat-java --git https://github.com/rust-diplomat/diplomat.git --branch main diplomat-tool diplomat-runtime diplomat_core - name: Check clippy run: cargo build