Fix failure in GHA caused by missing cargo bin (#2440)

It appears that the cargo in no longer part of GHA image at least for macOS.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>
This commit is contained in:
Matej Vašek 2024-07-23 14:48:58 +02:00 committed by GitHub
parent 531af8fd72
commit 7a75fecfec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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: