mirror of https://github.com/knative/func.git
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:
parent
531af8fd72
commit
7a75fecfec
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue