Merge branch 'master' of github.com:dankamongmen/notcurses

This commit is contained in:
nick black 2021-07-25 08:27:01 -05:00
commit 1e99a2a202

View File

@ -78,12 +78,12 @@ jobs:
notcurses-pydemo > /dev/null notcurses-pydemo > /dev/null
ncdirect-pydemo > /dev/null ncdirect-pydemo > /dev/null
- name: python wrappers (new) # - name: python wrappers (new)
run: | #run: |
cd python #cd python
python3 setup.py build #python3 setup.py build
sudo python3 setup.py install #sudo python3 setup.py install
python3 examples/000-print-version.py #python3 examples/000-print-version.py
- name: rust wrappers - name: rust wrappers
run: | run: |