Skip to content

Commit

Permalink
github: print zig and clang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Dec 18, 2021
1 parent 402f545 commit f59296c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/bin/linux-install-build-tools
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

snap info zig
sudo snap install zig --classic --beta
zig version
zig cc --version

# We need to wrap `zig cc` because the value of e.g. `--clang.exe` cannot
# contain a space. Nim expects the value to be an executable, not a command.
Expand Down

0 comments on commit f59296c

Please sign in to comment.