From 7a75fecfecd1ade084655ae9d113cb0dfeca9328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Tue, 23 Jul 2024 14:48:58 +0200 Subject: [PATCH] Fix failure in GHA caused by missing cargo bin (#2440) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It appears that the cargo in no longer part of GHA image at least for macOS. Signed-off-by: Matej VaĊĦek --- .github/workflows/test-unit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-unit.yaml b/.github/workflows/test-unit.yaml index 6d02392f..3babf019 100644 --- a/.github/workflows/test-unit.yaml +++ b/.github/workflows/test-unit.yaml @@ -29,6 +29,7 @@ jobs: with: java-version: ${{ matrix.java }} distribution: 'temurin' + - uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Core Unit Tests run: make test env: