github workflows: disable cargo build on macos/windows

This commit is contained in:
nick black 2021-08-17 19:51:14 -04:00
parent fc2d21f85f
commit 6ebadf7fd9
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 2 deletions

View File

@ -74,5 +74,5 @@ jobs:
export PKG_CONFIG_PATH="/usr/local/libdata/pkgconfig"
cd rust
rustc --version
cargo build
#cargo build
#cargo t_all

View File

@ -90,5 +90,5 @@ jobs:
run: |
cd rust
rustc --version
cargo build
#cargo build
#cargo t_all