diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-11 21:21:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-11 21:21:48 -0300 |
commit | 880047d09eb4b9a448a5817699422abc6f07b5d6 (patch) | |
tree | 43edf82db9b5489dbf145bf0d7cfa7a049e80765 /.github/workflows | |
parent | f1ad05bb486ec49f576580cda8e6c9a9a8b92317 (diff) | |
download | jet-880047d09eb4b9a448a5817699422abc6f07b5d6.tar.gz jet-880047d09eb4b9a448a5817699422abc6f07b5d6.zip |
Update c-cpp.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 23aa0bf..1800062 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,5 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 + - name: install dependencies + run: sudo apt-get install libncurses5-dev libncursesw5-dev - name: make run: make |