|
@@ -15,7 +15,8 @@ jobs: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
- name: Install dependencies |
|
|
run: apt install cmake git gcc libsndfile-dev libpng-dev |
|
|
|
|
|
|
|
|
# The user does not run as root |
|
|
|
|
|
run: sudo apt install cmake git gcc libsndfile-dev libpng-dev |
|
|
|
|
|
|
|
|
- name: Create Build Environment |
|
|
- name: Create Build Environment |
|
|
# Some projects don't allow in-source building, so create a separate build directory |
|
|
# Some projects don't allow in-source building, so create a separate build directory |
|
|