Dibyendu Majumdar 4 years ago committed by GitHub
parent 9b8f89dad0
commit d39da2757e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: dependencies
run: apt-get install -y libreadline-dev
run: sudo apt-get install -y libreadline-dev
- name: configure
run: mkdir build && cd build && cmake ..
- name: make

Loading…
Cancel
Save