mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
windows: don't download rust just yet
This commit is contained in:
parent
f57cfce498
commit
b99c71c0bc
2
.github/workflows/macos_test.yml
vendored
2
.github/workflows/macos_test.yml
vendored
@ -74,6 +74,6 @@ jobs:
|
||||
run: |
|
||||
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
|
||||
cd rust
|
||||
rustc --version
|
||||
#rustc --version
|
||||
#cargo build
|
||||
#cargo t_all
|
||||
|
4
.github/workflows/windows_test.yml
vendored
4
.github/workflows/windows_test.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
mingw-w64-ucrt-x86_64-libunistring
|
||||
mingw-w64-ucrt-x86_64-ncurses
|
||||
mingw-w64-ucrt-x86_64-toolchain
|
||||
mingw-w64-ucrt-x86_64-rust
|
||||
#mingw-w64-ucrt-x86_64-rust
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@ -89,6 +89,6 @@ jobs:
|
||||
- name: rust wrappers
|
||||
run: |
|
||||
cd rust
|
||||
rustc --version
|
||||
#rustc --version
|
||||
#cargo build
|
||||
#cargo t_all
|
||||
|
Loading…
x
Reference in New Issue
Block a user