Liam
4 vuotta sitten
committed by
GitHub
vanhempi
commit
d494cf573d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
3 lisäystä ja
0 poistoa
-
.github/workflows/release.yml
|
|
@@ -13,6 +13,9 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
|
run: apt install cmake git gcc libsndfile-dev libpng-dev |
|
|
|
|
|
|
|
- name: Create Build Environment |
|
|
|
# Some projects don't allow in-source building, so create a separate build directory |
|
|
|