fix ncurses
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-05-29 10:33:25 +02:00
parent a2ec2614ac
commit 1699efabdb

View File

@@ -7,9 +7,9 @@ steps:
image: alpine
#install make and gcc
commands:
- apk add build-base
- apk add build-base ncurses-dev
- mkdir build
- gcc -o build/main main.c
- gcc -o build/main main.c -lncurses
artifacts:
- name: compiled
path: main