rust/.github/workflows
Aleksey Kladov 5e1d0e4ae4 Check that we use no C deps on CI
C deps are not a problem for a typical build, but cause issues in more
esoteric scenarios, like cross-compiling. Let's check that we don't
have them.

Setting `CC` to some dummy value should do the trick, as custom build
scripts typically respect this variable.
2020-02-19 22:24:29 +01:00
..
ci.yaml Check that we use no C deps on CI 2020-02-19 22:24:29 +01:00
release.yaml
rustdoc.yaml