Update ci.yml

This commit is contained in:
Dylan M. Taylor 2020-08-22 21:58:54 -04:00 committed by GitHub
parent 22d453763f
commit aac4615b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,4 @@ jobs:
- name: exec permission
run: chmod +x ./INSTALL/all_in_one.sh
- name: build
run: ./INSTALL/all_in_one.sh
run: cd ./INSTALL/ && bash all_in_one.sh