1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 18:10:24 +00:00

Add ncurses dependency

This commit is contained in:
Luke Ceddia 2020-01-03 22:51:50 +11:00
parent 1276bb49ab
commit ea407b52c1

View file

@ -9,7 +9,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install dependencies - name: Install dependencies
run: sudo apt update && sudo apt install libglu1-mesa-dev run: sudo apt update && sudo apt install libglu1-mesa-dev libncurses-dev
- name: bootstrap - name: Bootstrap compiler
run: .ci/bootstrap.sh run: .ci/bootstrap.sh