Installing tcsh on github

This commit is contained in:
Anonymus Raccoon
2020-05-21 16:03:16 +02:00
parent 72ab01be71
commit 478cb53d24
2 changed files with 1 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install the ncurses
run: sudo apt-get install --yes libncurses5-dev libncursesw5-dev
run: sudo apt-get install --yes libncurses5-dev libncursesw5-dev tcsh
- name: Build with Makefile & Execute tests
run: make func

View File

@@ -79,7 +79,6 @@ tests_run: clean
$(UT)
func: all
ls /usr/bin
cd tests/tester/ && cp ../../$(NAME) $(NAME) && ./tester.sh
rm tests/tester/$(NAME)