diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-04-30 14:56:36 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-04-30 14:56:36 +0200 |
| commit | 84c1d8cba99631b15a436cb6a93054abedfa7b8e (patch) | |
| tree | e61b08064a2c0114e7754159218c2fdd025417dd /.github | |
| parent | 6cca6e36d8e5fbe316a6b7b3f65ba79d9cb436de (diff) | |
gh actions gen_bindings.yml: print cargo version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 0092c487..6a912f4e 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -270,7 +270,9 @@ jobs: sudo apt-get update sudo apt-get install libglu1-mesa-dev mesa-common-dev xorg-dev libasound-dev - name: build - run: cargo build --all-targets + run: | + cargo --version + cargo build --all-targets # only deploy the bindings for commits on the main branch deploy-zig: |