소스 검색
Install dependencies in GitHub actions
tags/v1.8.0
Liam
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
3개의 추가작업 그리고
0개의 파일을 삭제
-
.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 |
|
|
|