1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +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:
- uses: actions/checkout@v2
- name: install dependencies
run: sudo apt update && sudo apt install libglu1-mesa-dev
- name: bootstrap
- name: Install dependencies
run: sudo apt update && sudo apt install libglu1-mesa-dev libncurses-dev
- name: Bootstrap compiler
run: .ci/bootstrap.sh