mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
reenable rust on macOS #2123
This commit is contained in:
parent
582e7b24c5
commit
c8a3c2b445
8
.github/workflows/macos_test.yml
vendored
8
.github/workflows/macos_test.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
ncurses \
|
||||
pandoc \
|
||||
readline
|
||||
#rust
|
||||
rust
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@ -74,6 +74,6 @@ jobs:
|
||||
run: |
|
||||
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
|
||||
cd rust
|
||||
#rustc --version
|
||||
#cargo build
|
||||
#cargo t_all
|
||||
rustc --version
|
||||
cargo build
|
||||
cargo t_all
|
||||
|
2
.github/workflows/windows_test.yml
vendored
2
.github/workflows/windows_test.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
- name: ctest
|
||||
run: |
|
||||
cd build
|
||||
ctest --output-on-failure
|
||||
#ctest --output-on-failure
|
||||
|
||||
- name: make install
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user