Skip to content

Commit

Permalink
gh actions gen_bindings.yml: print cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Apr 30, 2023
1 parent 6cca6e3 commit 84c1d8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gen_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 84c1d8c

Please sign in to comment.