mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
github workflows: disable cargo build on macos/windows
This commit is contained in:
parent
fc2d21f85f
commit
6ebadf7fd9
2
.github/workflows/macos_test.yml
vendored
2
.github/workflows/macos_test.yml
vendored
@ -74,5 +74,5 @@ jobs:
|
||||
export PKG_CONFIG_PATH="/usr/local/libdata/pkgconfig"
|
||||
cd rust
|
||||
rustc --version
|
||||
cargo build
|
||||
#cargo build
|
||||
#cargo t_all
|
||||
|
2
.github/workflows/windows_test.yml
vendored
2
.github/workflows/windows_test.yml
vendored
@ -90,5 +90,5 @@ jobs:
|
||||
run: |
|
||||
cd rust
|
||||
rustc --version
|
||||
cargo build
|
||||
#cargo build
|
||||
#cargo t_all
|
||||
|
Loading…
x
Reference in New Issue
Block a user